marsf
2p2 comments posted · 0 followers · following 0
16 years ago @ mitcho.com - Ubiquity Localization ... · 0 replies · +1 points
Yes. (except for verb names.)
16 years ago @ mitcho.com - Ubiquity Localization ... · 1 reply · +1 points
If using ".properties", there is "English.properties" file and this makes easy to start localize.
I think that it isn't needed any spaces in the key.
For external command feeds, define them within the command like this?
CmdUtils.CreateCommand({
...
messages: {
execute.hello: [en: "Hello!", ja:"こんにちは!"],
preview.hello: [en: "Hello!", ja:"こんにちは!"]
}
});