[next] Add pt-BR translation (#2338)

* Add pt-BR translation

* Add pt-BR translation on server
This commit is contained in:
Cristian Dean
2019-06-05 18:04:07 +02:00
committed by Kiwi
parent 593d94ddbb
commit 39d7540987
15 changed files with 1084 additions and 2 deletions
@@ -4,6 +4,7 @@ import { GQLLOCALES } from "../schema/__generated__/types";
export const LOCALES: Record<GQLLOCALES, LanguageCode> = {
en_US: "en-US",
pt_BR: "pt-BR",
es: "es",
de: "de",
};
@@ -974,6 +974,7 @@ hyphen is replaced by an underscore.
"""
enum LOCALES {
en_US
pt_BR
es
de
}