mirror of
https://github.com/wassname/talk.git
synced 2026-08-01 13:00:55 +08:00
[next] Add pt-BR translation (#2338)
* Add pt-BR translation * Add pt-BR translation on server
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user