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

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open

Conversation

trlef19
Copy link

@trlef19 trlef19 commented Apr 18, 2024

No description provided.

Copy link

stackblitz bot commented Apr 18, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

netlify bot commented Apr 18, 2024

Deploy Preview for elk-docs canceled.

Name Link
🔨 Latest commit 9da4418
🔍 Latest deploy log https://app.netlify.com/sites/elk-docs/deploys/663b812ed5abff0008aafbfe

Copy link

netlify bot commented Apr 18, 2024

Deploy Preview for elk-zone ready!

Name Link
🔨 Latest commit 9da4418
🔍 Latest deploy log https://app.netlify.com/sites/elk-zone/deploys/663b812e912bf9000812afe4
😎 Deploy Preview https://deploy-preview-2831--elk-zone.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@trlef19 trlef19 changed the title added greek translation feat(i18n): added greek translation Apr 18, 2024
@trlef19 trlef19 closed this Apr 18, 2024
@trlef19 trlef19 reopened this Apr 18, 2024
@userquin
Copy link
Member

@userquin
Copy link
Member

userquin commented Apr 18, 2024

Add el-GR entry between ca and de-DE here https://github.com/elk-zone/elk/blob/main/config/i18n.ts#L117 (review the name):

{
    code: 'ca',
    file: 'ca.json',
    name: 'Català',
  },
  {
    code: 'el-GR',
    file: 'el-GR.json',
    name: 'Ελληνικά',
  },
  {
    code: 'de-DE',
    file: 'de-DE.json',
    name: 'Deutsch',
  },

@userquin
Copy link
Member

You also need to include plurals if required, check the entry in the contributing guide: https://vue-i18n.intlify.dev/guide/essentials/pluralization.html#custom-pluralization (check also examples in previous config/i18n.ts module)

Copy link
Member

@shuuji3 shuuji3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for working on the Greek translation 🙂

It looks like there are still remaining English strings. You can choose either 1) to translate all English strings before merging PR, or 2) merge this PR now and translate remaining strings later.

If you want to translate all strings (1), please continue to translate them and let us know once you finish and ready to merge.

config/i18n.ts Outdated Show resolved Hide resolved
.vscode/settings.json Outdated Show resolved Hide resolved
@trlef19
Copy link
Author

trlef19 commented Apr 23, 2024

I will translate them all first :))

@trlef19 trlef19 requested a review from shuuji3 May 8, 2024 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants