You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Leave a comment if you want a translation in your language!
Some notes for translators
You'll be working with this base file, Messages.properties. Do not edit this file directly - Rather, copy it. You'll notice that there's a Messages_en.properties and a Messages_nl.properties file in the same directory - You'll want to copy Messages.properties to Messages_<your language>.properties, using the international language code.
For example, for someone translating to Spanish, they might copy Messages.properties to Messages_es.properties.
After that, open your new file. You'll see a bunch of different things.
Lines starting with a # - These are comments and are ignored by the plugin. Read them, they're there to help you out!
Lines not starting with a #, but containing an = - These are translations lines. Do not touch anything to the left of the = sign, these names (or keys) are used to identify a specific translation.
You'll want to edit the parts of these lines to the right of the =. By default, these are in English, and these are what you'll want to translate.
Lines ending with a \ - These simply run onto the next line, to avoid making lines too long.
Please bear in mind the following rules for translation. If you don't follow these, your pull request will be rejected and you may be asked to correct your translation.
Don't edit the colours or formatting. You may rearrange them so that they make sense in the grammar of your language, but the colours are meant to be what they are and should be consistent.
Don't rename plugins. ArchBlock should remain as ArchBlock, WatchBlock should still be WatchBlock, and so on. These are names of plugins, and as such are proper nouns and should remain as they are.
If there are some words that don't make sense in your language, ask! Some common ones are as follows.
Thread - This is a programming term. For translation, you may prefer Job or Work.
UUID - This doesn't translate, so you should keep it as UUID and treat it as a noun. Please make sure the capitalisation is correct.
Please make sure the capitalisation and punctuation you're using are correct. Your work should look professional, and respect the language that you care so much about.
Please also be careful not to use slang or borrowed English words where possible, and to use the formal version of words where appropriate - For example, vous instead of tu to mean you in French.
The text was updated successfully, but these errors were encountered:
This is a ticket to keep track of localization progress.
Done
To do
Leave a comment if you want a translation in your language!
Some notes for translators
You'll be working with this base file,
Messages.properties
. Do not edit this file directly - Rather, copy it. You'll notice that there's aMessages_en.properties
and aMessages_nl.properties
file in the same directory - You'll want to copyMessages.properties
toMessages_<your language>.properties
, using the international language code.For example, for someone translating to Spanish, they might copy
Messages.properties
toMessages_es.properties
.After that, open your new file. You'll see a bunch of different things.
#
- These are comments and are ignored by the plugin. Read them, they're there to help you out!#
, but containing an=
- These are translations lines. Do not touch anything to the left of the=
sign, these names (or keys) are used to identify a specific translation.=
. By default, these are in English, and these are what you'll want to translate.\
- These simply run onto the next line, to avoid making lines too long.Please bear in mind the following rules for translation. If you don't follow these, your pull request will be rejected and you may be asked to correct your translation.
ArchBlock
should remain asArchBlock
,WatchBlock
should still beWatchBlock
, and so on. These are names of plugins, and as such are proper nouns and should remain as they are.Thread
- This is a programming term. For translation, you may preferJob
orWork
.UUID
- This doesn't translate, so you should keep it asUUID
and treat it as a noun. Please make sure the capitalisation is correct.The text was updated successfully, but these errors were encountered: