i18n(users): translate 'status' badge column + relabel Locale → Язык / Language
Status column showed raw DB enum values (active/inactive/blocked) with no formatStateUsing → readers saw 'active' instead of the translated 'Активный / Активно' visible in the Select. Added formatStateUsing with a match() that returns the appropriate __() key. Locale header re-translated to 'Язык' (RU) / 'Language' (EN) since 'Локаль' is unusual for end users. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -967,7 +967,7 @@
|
||||
"Loading": "Loading...",
|
||||
"Loc.": "Loc.",
|
||||
"Local": "Local",
|
||||
"Locale": "Locale",
|
||||
"Locale": "Language",
|
||||
"Localizare & monedă": "Localization & currency",
|
||||
"Location": "Location",
|
||||
"Locație": "Location",
|
||||
|
||||
+1
-1
@@ -967,7 +967,7 @@
|
||||
"Loading": "Загрузка...",
|
||||
"Loc.": "Loc.",
|
||||
"Local": "Локально",
|
||||
"Locale": "Локаль",
|
||||
"Locale": "Язык",
|
||||
"Localizare & monedă": "Локализация и валюта",
|
||||
"Location": "Локация",
|
||||
"Locație": "Локация",
|
||||
|
||||
Reference in New Issue
Block a user