Translation into Norwegian Nynorsk

This commit is contained in:
Mads Opheim 2019-10-08 22:15:56 +02:00 committed by pubkey
parent 5aa7cbeef1
commit 90a2892bd6
2 changed files with 15 additions and 0 deletions

13
src/lang/no-nn.js Executable file
View File

@ -0,0 +1,13 @@
// NO-NN
const lang = {
contact: 'Kontakt',
born: 'Fødd',
bornIn: 'i',
experience: 'Erfaring',
education: 'Utdanning',
skills: 'Ting eg kan',
projects: 'Prosjekt',
contributions: 'Bidrag',
about: 'Om meg'
};
export default lang;

View File

@ -8,6 +8,7 @@ import it from './lang/it';
import es from './lang/es';
import th from './lang/th';
import id from './lang/id';
import nonn from './lang/no-nn';
import sv from './lang/sv';
import ru from './lang/ru';
import ptbr from './lang/pt-br';
@ -37,6 +38,7 @@ export const terms = {
ru,
sv,
id,
'no-nn': nonn,
hu,
pl,
ja,