mirror of
https://github.com/wassname/talk.git
synced 2026-08-16 11:29:31 +08:00
[next] Add pt-BR translation (#2338)
* Add pt-BR translation * Add pt-BR translation on server
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
* LanguageCode is the type represented by the internally identifiable types for
|
||||
* the different languages that can be supported.
|
||||
*/
|
||||
export type LanguageCode = "en-US" | "es" | "de";
|
||||
export type LanguageCode = "en-US" | "pt-BR" | "es" | "de";
|
||||
|
||||
/**
|
||||
* LOCALES is an array of supported language codes that can be accessed as a
|
||||
* value.
|
||||
*/
|
||||
export const LOCALES: LanguageCode[] = ["en-US", "es", "de"];
|
||||
export const LOCALES: LanguageCode[] = ["en-US", "pt-BR", "es", "de"];
|
||||
|
||||
Reference in New Issue
Block a user