mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-23 10:11:52 +03:00
Add some notes about the arb prefixes.
This commit is contained in:
parent
c42a03c9e2
commit
4702666631
@ -1,6 +1,19 @@
|
||||
{
|
||||
"@@locale": "en",
|
||||
|
||||
"@_readme": {
|
||||
"notes": [
|
||||
"All strings start with a Captial letter.",
|
||||
"Group strings by category, but don't needlessly tie them to a section of the app if they can be re-used between several."
|
||||
],
|
||||
"prefixes": {
|
||||
"w_": "A single word",
|
||||
"l_": "A single line. Should not be more than one sentence, and not end with a period.",
|
||||
"p_": "One or more full sentences, with proper punctuation.",
|
||||
"q_": "A question, ending in question mark."
|
||||
}
|
||||
},
|
||||
|
||||
"app_name": "Yubico Authenticator",
|
||||
|
||||
"w_save": "Save",
|
||||
|
Loading…
Reference in New Issue
Block a user