Skip to content

Commit

Permalink
update www/src/locales/main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianjnuwu committed Jan 10, 2025
1 parent 2148591 commit 8e8b57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/locales/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import es from "@lang/es-ES.ts";

let lang: TFunction | undefined;

switch ("en-US" || window.navigator.language) {
switch (window.navigator.language) {
case "pt-BR":
lang = i18next.getFixedT("pt-BR");
break;
Expand Down

0 comments on commit 8e8b57b

Please sign in to comment.