mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-13 03:32:13 +00:00
fix: change name "ptbr" to "br" for prettier
This commit is contained in:
parent
e6f296aba3
commit
5b493d8050
2 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
export { default as en } from "./en/translation.json";
|
||||
export { default as pt } from "./pt/translation.json";
|
||||
export { default as ptbr } from "./ptbr/translation.json";
|
||||
export { default as br } from "./ptbr/translation.json";
|
||||
export { default as es } from "./es/translation.json";
|
||||
export { default as nl } from "./nl/translation.json";
|
||||
export { default as fr } from "./fr/translation.json";
|
||||
|
|
Loading…
Reference in a new issue