mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-15 06:25:14 +00:00
refactor: use language code with country for messages
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
const currentLocale = getLocale();
|
||||
|
||||
const locales = {
|
||||
en: 'English',
|
||||
nl: 'Nederlands'
|
||||
'en-US': 'English',
|
||||
'nl-NL': 'Nederlands'
|
||||
};
|
||||
|
||||
function updateLocale(locale: Locale) {
|
||||
|
||||
Reference in New Issue
Block a user