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

Added internationalization #9

Open
wants to merge 32 commits into
base: master
Choose a base branch
from

Conversation

ahmet-ustun
Copy link

This pull request includes several changes to improve the codebase and add internationalization support. The most important changes include updating dependencies, adding support for multiple languages, and making code style improvements.

Dependency Updates:

  • package.json: Added vue-i18n as a new dependency to support internationalization.

Internationalization Support:

  • src/i18n.js: Introduced a new file to set up VueI18n with support for multiple languages including English, German, French, Spanish, Italian, and Turkish.
  • src/goback/App.vue: Updated text strings to use internationalized message keys.

Code Style Improvements:

  • Various files: Updated arrow function syntax to include parentheses around parameters for consistency.
  • src/constants.js, src/dataHelpers/SitesGroup.js, src/defaults.js: Added trailing commas to object properties for consistency.

Configuration Updates:

  • Contributing.md: Updated the prerequisites section to specify the required versions of NodeJs, npm, and Python.

@MaherSaleem MaherSaleem self-requested a review December 11, 2024 15:33
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.

1 participant