Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions backend/app/Locale.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ enum Locale: string
case PT = 'pt';
case PT_BR = 'pt-br';
case ZH_CN = 'zh-cn';
case SE = 'se';

case ZH_HK = 'zh-hk';
case VI = 'vi';
Expand Down
494 changes: 494 additions & 0 deletions backend/lang/se.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/lingui.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const config: LinguiConfig = {
"pt", // Portuguese (Portugal)
"vi", // Vietnamese
"tr", // Turkish

"se", // Swedish
"it", // Italian
// "pl", // Polish
// "ja", // Japanese
Expand Down
2 changes: 2 additions & 0 deletions frontend/src/components/common/LanguageSwitcher/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ export const LanguageSwitcher = () => {
return t`Vietnamese`;
case "tr":
return t`Turkish`;
case "se":
return t`Swedish`;
}
};

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/locales/de.js

Large diffs are not rendered by default.

Loading