Add some notes about the arb prefixes.

This commit is contained in:
Dain Nilsson 2023-03-01 10:53:22 +01:00
parent c42a03c9e2
commit 4702666631
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8

View File

@ -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",