-
Notifications
You must be signed in to change notification settings - Fork 733
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to localize or translate properly #451
Comments
The ampersand symbol in GUI applications is usually indicative that the following character is a keyboard shortcut, therefore from your above example, |
To make it clear, for example
Am I right? Also how about the new language, should I added |
For the ampersand query, yes your examples are correct. Look at the other translations to see if they either selected another shortcut or removed it. For the new language addition, yours is a reasonable assumption, but best wait for @angryziber to confirm. |
Thank you for your response |
@kiraware yep, please create messages_id.properties and either submit a Pull Request or attach it here |
Hello everyone, I want to help the localization of angry ip for Bahasa Indonesia (id). I have read translation guide at https://angryip.org/contribute/. I know I have to translate
messages.properties
tomessages_id.properties
. The problem comes when i read that content of the files. There is good text too translate and it's clear how to translate it, but sometimes there is a text that contain the ampersand character (&) in the middle of the text. I don't know what that means.For example on this line
ipscan/resources/messages.properties
Line 67 in 16bb80b
As you can see, it looks weird, and i have no idea how to translate that text.
Also in these lines
ipscan/resources/messages.properties
Lines 11 to 26 in 16bb80b
Am I responsible to add
language.id=Bahasa Indonesia
? Since there is no Indonesian translation before. I hope someone could give me guide how to translate it properly. Tagging maintainer @angryziber, if someone could point me out, I'll soon add a PR for Bahasa Indonesia. Thank youThe text was updated successfully, but these errors were encountered: