2012-05-26: Because of issues the with source code management for MediaWiki extensions, no exports of translations can be made at the moment.
Our apologies. All your translations will of course be updated as soon as the issue is resolved. (Other news...)
Localisation guidelines/en
| In other languages | English • العربية • فارسی • Français • עברית • Interlingua • 日本語 • Македонски • Português • Русский |
| translatewiki.net |
|---|
| Introduction |
| Getting started |
| How to start |
| Translatable |
| Regional settings |
| Process overview |
| Other |
| Versions statistics |
| Group statistics |
| See also |
| Localisation guidelines |
| Translating offline |
| FAQ |
| Support |
- Localisation guidelines
Contents |
How to identify the messages that need to be updated in your language?
- Use Special:Translate to Review changes to your language. Update any message tagged with !!FUZZY!!. These messages have been changed since the last time they were translated and need to be updated.
- Use Special:Translate to View all untranslated messages from your language. Translate any message that comes up in the list.
Translating namespace names
If the namespace names for your language are not localized, you can translate them via Special:Magic. You can request committing these on Translating:Tasks. The name of the project namespace (e. g. "translatewiki.net" on this wiki) should follow "{{SITENAME}}". If it is not possible in your language to form a valid name for the Project_talk namespace without changing sitename, please contact a developer.
Namespace aliases should only be added if pre-existing namespace names are changed. They should not be created by default. See mw:Manual:$wgNamespaceAliases about how to use them. The $wgNamespaceAliases should be added to your MessagesXyz.php.
Sitename/project namespace on Wikimedia wikis
If the sitename at your project is not localized, you should contact the other contributors at your project and find consensus about translation, then open a request at bugzilla: that it should be changed.
Other technical issues
- There are some other functions which can be specified in the MessagesXyz.php file. These are:
- {{plural:}}; used by most slavic languages
- specify how a large number should be displayed: 1,000,000.13 or 1.000.000,13 or 1 000 000,13 etc.
- date and time formats
- search optimization
- ISBN configuration
- specifying linkprefix and linktrail
- to be continued...
Actions requiring root or shell access
- setting the project logo: upload it as Image:Wiki.png to your project, protect it, and make a Bugzilla request that it should be used as project logo.
- to be continued ...