-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbase.json
More file actions
15 lines (15 loc) · 760 Bytes
/
Copy pathbase.json
File metadata and controls
15 lines (15 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"SINGLE_KEY": "Test Key",
"ANGULAR_VARIABLE": "This has an {{ angularVar }}-style variable in it",
"MF_VARIABLE": "This has a {messageFormatVar}-style variable in it",
"MF_CALCULATED_VARIABLE": "This has a multipart {messageFormatVarMulti, plural, one{foo} other{foos}}-style variable in it",
"MF_MULTI_VARIABLE": "This has one {simpleVar} in it and one {multiVar, select, gender male{foo} female{fooette}} in it",
"EXTRA_KEY": "This key is in the base, but not the comparison",
"EMPTY_KEY": "This is only empty in the comparison",
"MISSING_VARS": "This has two variables {{var1}} {{var2}} in it",
"MISMATCHED_VARS": "{{ goodVarName }}",
"EXTRA_VARS": "This does not have a variable",
"MULTI_LEVEL": {
"FIRST_KEY": "First Key"
}
}