1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-15 07:35:11 +00:00

refactor: use language code with country for messages

This commit is contained in:
Elias Schneider
2025-03-20 20:15:26 +01:00
parent d59ec01b33
commit 31ac56004a
5 changed files with 5 additions and 5 deletions

View File

@@ -8,8 +8,8 @@
const currentLocale = getLocale();
const locales = {
en: 'English',
nl: 'Nederlands'
'en-US': 'English',
'nl-NL': 'Nederlands'
};
function updateLocale(locale: Locale) {