Switch i18n plural separator from | to _
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"{{count}} stars|one": "{{count}} stjärna",
|
||||
"{{count}} stars|other": "{{count}} stjärnor",
|
||||
"{{count, number}}|one": "{{count, number}}",
|
||||
"{{count, number}}|other": "{{count, number}}",
|
||||
"{{count}} stars_one": "{{count}} stjärna",
|
||||
"{{count}} stars_other": "{{count}} stjärnor",
|
||||
"{{count, number}}_one": "{{count, number}}",
|
||||
"{{count, number}}_other": "{{count, number}}",
|
||||
"{{displayName}} is presenting": "{{displayName}} presenterar",
|
||||
"{{displayName}}, your call has ended.": "{{displayName}}, ditt samtal har avslutats."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user