fix: create custom color codes
All checks were successful
Generate and Upload Translations / generate-and-upload (push) Successful in 1m8s

This commit is contained in:
obvTiger 2025-04-24 14:00:30 +02:00
parent 7bddb32239
commit 66e3699039
29 changed files with 232 additions and 232 deletions

View file

@ -1,10 +1,10 @@
{
"de": "Unbekannt",
"en": "Unknown",
"fr": "Inconnu",
"it": "Non lo so",
"pl": "Nie wiem",
"ru": "Неизвестно",
"zh": "不知道",
"jp": "わからない"
"de": "<#78909C>Unbekannt</color>",
"en": "<#78909C>Unknown</color>",
"fr": "<#78909C>Inconnu</color>",
"it": "<#78909C>Non lo so</color>",
"pl": "<#78909C>Nie wiem</color>",
"ru": "<#78909C>Неизвестно</color>",
"zh": "<#78909C>不知道</color>",
"jp": "<#78909C>わからない</color>"
}