feat: Add new Locale page (#10275)

Co-authored-by: Pranav <pranavrajs@gmail.com>
This commit is contained in:
Sivin Varghese
2024-10-16 07:51:15 +05:30
committed by GitHub
parent 6d6dc0c153
commit a04f8182a2
4 changed files with 127 additions and 1 deletions

View File

@@ -477,6 +477,10 @@
}
}
},
"LOADING": "Loading..."
"LOADING": "Loading...",
"LOCALES_PAGE": {
"LOCALES_COUNT": "No locales available | {n} locale | {n} locales",
"NEW_LOCALE_BUTTON_TEXT": "New locale"
}
}
}