chore: update extracted translations

This commit is contained in:
Owncast default web localizations
2025-07-22 19:34:49 +00:00
parent 7675c53e16
commit f4bbab043c
+4 -4
View File
@@ -1,9 +1,9 @@
{
"Testing": {
"simpleKey": "Simple translation text",
"itemCount": "You have {{count}} items",
"messageCount": "{{sender}} has sent {{count}} messages",
"noPluralKey": "This has no singular key (_one).",
"simpleKey": "<strong><em>Missing translation Testing.simpleKey: Please report</em></strong>",
"itemCount": "<strong><em>Missing translation Testing.itemCount: Please report</em></strong>",
"messageCount": "<strong><em>Missing translation Testing.messageCount: Please report</em></strong>",
"noPluralKey": "<strong><em>Missing translation Testing.noPluralKey: Please report</em></strong>",
"itemCount_one": "You have {{count}} item",
"messageCount_one": "{{sender}} has sent one message"
},