Fix typos

This commit is contained in:
ajnart
2023-02-08 22:15:44 +09:00
parent 0b07fdd380
commit ba3f841ba3
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ module.exports = {
'zh',
'el',
'sk',
'nb',
'no',
],
localePath: path.resolve('./public/locales'),
fallbackLng: 'en',

View File

@@ -77,7 +77,7 @@ export const languages: Language[] = [
},
// Norwegian
{
shortName: 'nb',
shortName: 'no',
originalName: 'Norsk',
translatedName: 'Norwegian',
emoji: '🇳🇴',