Switch i18n plural separator from | to _

This commit is contained in:
Michael Telatynski
2023-11-17 12:08:27 +00:00
parent 68f31ed52d
commit 1598818db6
18 changed files with 58 additions and 58 deletions

View File

@@ -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."
}