web polish translations (some with fallback)

This commit is contained in:
MichaelDvP
2022-09-19 15:38:08 +02:00
parent e9415c1708
commit ef842b6c52
3 changed files with 250 additions and 257 deletions

View File

@@ -1,6 +1,6 @@
import type { BaseTranslation } from '../i18n-types';
const en: BaseTranslation = {
const no: BaseTranslation = {
LANGUAGE: 'Language',
RETRY: 'Retry',
LOADING: 'Loading',
@@ -262,4 +262,4 @@ const en: BaseTranslation = {
RENAME: 'Rename'
};
export default en;
export default no;