Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(i18n): added greek translation #2831

Merged
merged 27 commits into from
May 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
d9a2965
added greek translation
trlef19 Apr 18, 2024
732e52b
Merge branch 'main' into main
trlef19 Apr 18, 2024
96b8cec
corrections
trlef19 Apr 18, 2024
d3843e5
Merge branch 'main' into main
trlef19 Apr 19, 2024
19303ce
more translations
trlef19 Apr 20, 2024
46ad693
corrections
trlef19 Apr 20, 2024
576dc5c
Fix typo in cSpell language setting
trlef19 Apr 20, 2024
7664714
Update Greek translation in el-GR.json
trlef19 Apr 21, 2024
2d197ad
Update config/i18n.ts
trlef19 Apr 21, 2024
50f0943
Update .vscode/settings.json
trlef19 Apr 21, 2024
134f4df
Merge branch 'main' into main
trlef19 Apr 21, 2024
7225056
Update Greek translation in el-GR.json
trlef19 Apr 23, 2024
e1a99e6
Merge branch 'main' into main
trlef19 Apr 23, 2024
6f41bc5
Update Greek translation in el-GR.json
trlef19 Apr 26, 2024
1beff1d
Merge branch 'main' of https://github.com/trlef19/elk
trlef19 Apr 26, 2024
2344162
Update Greek translation in el-GR.json
trlef19 Apr 26, 2024
b53c525
Merge branch 'main' into main
trlef19 Apr 26, 2024
f712492
Update Greek translation in el-GR.json
trlef19 Apr 26, 2024
d235e10
Merge branch 'main' of https://github.com/trlef19/elk
trlef19 Apr 26, 2024
b3d8f4f
Update Greek translation in el-GR.json
trlef19 May 4, 2024
7997c3d
Update Greek translation in el-GR.json
trlef19 May 6, 2024
abe9915
Update Greek translation in el-GR.json
trlef19 May 7, 2024
984a79b
Merge branch 'main' into main
trlef19 May 8, 2024
1e8ae82
Completed Greek translation in el-GR.json
trlef19 May 8, 2024
9da4418
Merge branch 'main' of https://github.com/trlef19/elk
trlef19 May 8, 2024
9b221c1
Update Greek translation in el-GR.json
trlef19 May 10, 2024
bc84da2
Merge branch 'main' into main
trlef19 May 10, 2024
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
5 changes: 5 additions & 0 deletions config/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ const locales: LocaleObjectData[] = [
file: 'ca.json',
name: 'Català',
},
{
code: 'el-GR',
file: 'el-GR.json',
name: 'Ελληνικά',
},
{
code: 'de-DE',
file: 'de-DE.json',
Expand Down
Loading