File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
examples/parser-default/src/lib/translations/en Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
"placeholder_simple" : " This is {{placeholder}}" ,
8
8
"placeholder_default" : " This is {{placeholder; default:a default value.}}" ,
9
9
"modifier_eq_string" : " {{value; male:He; female:She; default:No one}} has a dog." ,
10
- "modifier_ne_string" : " The dog is not {{value:ne; male:his; female:her ;}}." ,
10
+ "modifier_ne_string" : " The dog is not {{value:ne; male:his; female:hers ;}}." ,
11
11
"modifier_eq" : " Value {{value; 10:is; default:is not;}} equal to ten" ,
12
12
"modifier_ne" : " Value {{value:ne; 10:is not; default:is;}} equal to ten" ,
13
13
"modifier_lt" : " Value {{value:lt; 10:is; default:is not;}} lower than ten" ,
26
26
"500" : " Internal server error." ,
27
27
"default" : " Some error occurred."
28
28
}
29
- }
29
+ }
You can’t perform that action at this time.
0 commit comments