Translation into Norwegian Nynorsk
This commit is contained in:
parent
5aa7cbeef1
commit
90a2892bd6
13
src/lang/no-nn.js
Executable file
13
src/lang/no-nn.js
Executable 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;
|
||||
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user