mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
Introjucer: updated translation tool wording.
This commit is contained in:
parent
2e5604a664
commit
5f0c8d47ae
1 changed files with 2 additions and 2 deletions
|
|
@ -262,8 +262,8 @@ struct TranslationHelpers
|
|||
{
|
||||
StringArray lines;
|
||||
|
||||
lines.add ("language: [enter 2-letter country code here!]");
|
||||
lines.add ("countries: [enter list of valid locales here!]");
|
||||
lines.add ("language: [enter full name of the language here!]");
|
||||
lines.add ("countries: [enter list of 2-character country codes here!]");
|
||||
lines.add (String::empty);
|
||||
|
||||
for (int i = 0; i < preStrings.size(); ++i)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue