Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
153e006
modified: backend/app/Locale.php
VKronmar Oct 13, 2025
51e139f
modified: backend/lang/se.json
VKronmar Oct 14, 2025
b1e9bf2
Swe translation-1
VKronmar Oct 28, 2025
f8dc95c
modified: backend/app/Locale.php
VKronmar Oct 13, 2025
31c1d7c
modified: backend/lang/se.json
VKronmar Oct 14, 2025
0c5a993
Swe translation-1
VKronmar Oct 28, 2025
0a92318
Add se to language switcher
VKronmar Nov 9, 2025
9520c4f
yarn messages:extract && yarn messages:compile
VKronmar Nov 9, 2025
45f983b
Merge branch 'develop' into Swedish-Localization
daveearley Nov 22, 2025
cee1618
Merge branch 'develop' into Swedish-Localization
LogFlames Nov 24, 2025
da3ac7b
checkout develop
VKronmar Dec 8, 2025
c0c3522
yarn messages compile
VKronmar Dec 8, 2025
f00abac
merge take develop
VKronmar Dec 8, 2025
2b62fa3
yarn messages:compile
VKronmar Dec 8, 2025
ad8e971
merge develop
VKronmar Dec 21, 2025
4fa545c
checkout take develop
VKronmar Dec 21, 2025
77f706e
yarn compile to fix merge conflict
VKronmar Dec 21, 2025
de65264
merge develop
VKronmar Dec 21, 2025
afd94cc
remove accidental small files
VKronmar Dec 21, 2025
88963a7
Start of swedish translation
VKronmar Dec 21, 2025
124a49f
Partial commit
VKronmar Dec 21, 2025
e022e41
finish se.po
VKronmar Dec 21, 2025
10405b6
extract new
VKronmar Dec 21, 2025
9add0e1
last extract translated
VKronmar Dec 21, 2025
8f4d697
yarn compile
VKronmar Dec 21, 2025
1004081
Merge branch 'develop' into Swedish-Localization
daveearley Jan 23, 2026
ec89d08
i18n
daveearley Jan 23, 2026
8f0d980
Merge branch 'develop' into Swedish-Localization
daveearley Jan 23, 2026
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
Loading