Skip to content

Commit

Permalink
fix: chrome does not show spanish translation
Browse files Browse the repository at this point in the history
  • Loading branch information
foray1010 committed Nov 27, 2020
1 parent 35d3601 commit 123710b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/generateLocalesFromTransifex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ const main = async () => {
mappedLanguage = 'nb'
break

case 'es_ES':
mappedLanguage = 'es'
break

default:
mappedLanguage = availableLanguage
}
Expand Down
File renamed without changes.

0 comments on commit 123710b

Please sign in to comment.