Skip to content

Commit

Permalink
Conflict in lang files (#13)
Browse files Browse the repository at this point in the history
* Conflict in lang files

* test: 💍 Uppdaterade test så de tar med nya översättnigen
  • Loading branch information
kajetan-kazimierczak authored May 18, 2021
1 parent cc27d3f commit a4693fe
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
14 changes: 7 additions & 7 deletions src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ describe('parse', () => {
expect(parse('MLAKA')).toEqual({
code: 'MLAKA',
category: 'Modersmål',
name: 'Akan, Asante, Fante',
name: 'Akan',
})
expect(parse('MLSQI')).toEqual({
code: 'MLSQI',
Expand Down Expand Up @@ -329,7 +329,7 @@ describe('parse', () => {
expect(parse('MLBAL')).toEqual({
code: 'MLBAL',
category: 'Modersmål',
name: 'Baluchi, Baloci, Baluci, Makrani',
name: 'Baluchiska',
})
expect(parse('MLBAM')).toEqual({
code: 'MLBAM',
Expand All @@ -349,7 +349,7 @@ describe('parse', () => {
expect(parse('MLBEM')).toEqual({
code: 'MLBEM',
category: 'Modersmål',
name: 'Bemba, Chibemba, Chiwemba, Ichibemba, Wemba',
name: 'Bemba',
})
expect(parse('MLBEN')).toEqual({
code: 'MLBEN',
Expand Down Expand Up @@ -529,7 +529,7 @@ describe('parse', () => {
expect(parse('MLKAM')).toEqual({
code: 'MLKAM',
category: 'Modersmål',
name: 'Kamba, Kekamba, Kikamba',
name: 'Kamba',
})
expect(parse('MLKHM')).toEqual({
code: 'MLKHM',
Expand Down Expand Up @@ -894,7 +894,7 @@ describe('parse', () => {
expect(parse('MLSOT')).toEqual({
code: 'MLSOT',
category: 'Modersmål',
name: 'Sesotho, Sisutho, Souto, Suthu, Suto',
name: 'Sydsotho',
})
expect(parse('MLSNA')).toEqual({
code: 'MLSNA',
Expand Down Expand Up @@ -999,7 +999,7 @@ describe('parse', () => {
expect(parse('MLTSN')).toEqual({
code: 'MLTSN',
category: 'Modersmål',
name: 'Tswana, Setswana',
name: 'Tswana',
})
expect(parse('MLTUR')).toEqual({
code: 'MLTUR',
Expand Down Expand Up @@ -1049,7 +1049,7 @@ describe('parse', () => {
expect(parse('MLYOR')).toEqual({
code: 'MLYOR',
category: 'Modersmål',
name: 'Yoruba, Yariba, Yooba',
name: 'Yoruba',
})
expect(parse('MLZUL')).toEqual({
code: 'MLZUL',
Expand Down
13 changes: 12 additions & 1 deletion src/translations/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,18 @@
},
"languages": {
"ITA": "Italiano",
"FRA": "Francese"
"FRA": "Francese",
"TUR": "Turco",
"SPA": "Spagnolo",
"RUS": "Russo",
"POR": "Portogese",
"NOR": "Norvegese",
"KOR": "Coreano",
"ZHO": "Cinese",
"JPN": "Giapponese",
"ENG": "Inglese",
"DAN": "Danese",
"FIN": "Finlandese"
},
"specialLanguages": {
"SVA": "Svedese come secondo lingua",
Expand Down
3 changes: 1 addition & 2 deletions src/translations/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@
"misc": {
"Lunch": "Lunch",
"MTID": "Czas z mentorem",
"Prandium": "Lunch",
"Rast": "Przerwa"
"Prandium": "Lunch"
}
}

0 comments on commit a4693fe

Please sign in to comment.