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 vietnamese translation #859

Merged

Conversation

hieudt-2054
Copy link
Contributor

Related Issue: #850

Changes

  • Added Vietnamese Language Support: Implemented internationalization (i18n) for the Vietnamese language.
  • Chore Text-to-Unicode Conversion Tool Typo Fix: Corrected a typo in the tool's interface that affected the tool's instructional text. This fix improves clarity and ensures that the tool's functionality is accurately communicated to the users.

Copy link

vercel bot commented Jan 31, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
it-tools ✅ Ready (Inspect) Visit Preview Jan 31, 2024 0:14am

@hieudt-2054 hieudt-2054 changed the title feat(i18n): added vietnamese language feat(i18n): added vietnamese translation Jan 31, 2024
Copy link
Owner

@CorentinTh CorentinTh left a comment

Choose a reason for hiding this comment

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

Thank you for this PR 🙏

@CorentinTh CorentinTh merged commit 1334bff into CorentinTh:main Feb 1, 2024
6 checks passed
dragonoasis added a commit to dragonoasis/it-tools that referenced this pull request Feb 4, 2024
* add canonical back

* feat(new-tool): added unicode conversion utilities (CorentinTh#858)

* feat: add Text to Unicode tool

* Update src/tools/text-to-unicode/index.ts

---------

Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>

* feat(new-tool): yaml formater (CorentinTh#779)

* validating if yaml is correct and collecting format options

* Formatting yaml, sorting keys and changing indent size.

* Removed unused format options

* Fixed lint errors

* Installed types for js-yaml

* Removed legacy routing and added tool creation date

Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>

* Using existing yaml package instead of js-yaml

* Update src/tools/yaml-viewer/index.ts

---------

Co-authored-by: Isaiah <66272034+isaiah-j@users.noreply.github.com>
Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>

* feat(i18n): added ukrainian language (CorentinTh#827)

Added Ukrainian language

* feat(i18n): added portuguese language (CorentinTh#813)

* feat(i18n): added spanish language (CorentinTh#854)

* spanish

translation

* Create es.yaml

* refactor(i18n): added locales per tool (CorentinTh#861)

* feat(i18n): added vietnamese language (CorentinTh#859)

* feat(i18n): added missing locale files in tools (CorentinTh#863)

---------

Co-authored-by: hieudt-2054 <55786352+hieudt-2054@users.noreply.github.com>
Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>
Co-authored-by: Isaiah <66272034+lovesinatra@users.noreply.github.com>
Co-authored-by: Isaiah <66272034+isaiah-j@users.noreply.github.com>
Co-authored-by: Nikitin Roman <78508681+IronWillDevops@users.noreply.github.com>
Co-authored-by: Marcelo Gonçalves <marcelocg@gmail.com>
Co-authored-by: Raúl Mora <155681266+Raulmora22@users.noreply.github.com>
sharevb pushed a commit to sharevb/it-tools that referenced this pull request Feb 18, 2024
dragonoasis added a commit to dragonoasis/it-tools that referenced this pull request Feb 22, 2024
* add canonical back

* feat(new-tool): added unicode conversion utilities (CorentinTh#858)

* feat: add Text to Unicode tool

* Update src/tools/text-to-unicode/index.ts

---------

Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>

* feat(new-tool): yaml formater (CorentinTh#779)

* validating if yaml is correct and collecting format options

* Formatting yaml, sorting keys and changing indent size.

* Removed unused format options

* Fixed lint errors

* Installed types for js-yaml

* Removed legacy routing and added tool creation date

Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>

* Using existing yaml package instead of js-yaml

* Update src/tools/yaml-viewer/index.ts

---------

Co-authored-by: Isaiah <66272034+isaiah-j@users.noreply.github.com>
Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>

* feat(i18n): added ukrainian language (CorentinTh#827)

Added Ukrainian language

* feat(i18n): added portuguese language (CorentinTh#813)

* feat(i18n): added spanish language (CorentinTh#854)

* spanish

translation

* Create es.yaml

* refactor(i18n): added locales per tool (CorentinTh#861)

* feat(i18n): added vietnamese language (CorentinTh#859)

* feat(i18n): added missing locale files in tools (CorentinTh#863)

* feat(i18n): added zh tools translations (CorentinTh#874)

* feat(i18n): added vi tools translations (CorentinTh#876)

* Update Vietnamese translations in vi.yml file

* Add Vietnamese translations for various tools

* feat(i18n): get locales on build (CorentinTh#880)

* refactor(home): removed n-grid to prevent layout shift (CorentinTh#881)

* refactor(home): lightened tool cards (CorentinTh#882)

---------

Co-authored-by: hieudt-2054 <55786352+hieudt-2054@users.noreply.github.com>
Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>
Co-authored-by: Isaiah <66272034+lovesinatra@users.noreply.github.com>
Co-authored-by: Isaiah <66272034+isaiah-j@users.noreply.github.com>
Co-authored-by: Nikitin Roman <78508681+IronWillDevops@users.noreply.github.com>
Co-authored-by: Marcelo Gonçalves <marcelocg@gmail.com>
Co-authored-by: Raúl Mora <155681266+Raulmora22@users.noreply.github.com>
Co-authored-by: QingFeng <39724019+lemon8866@users.noreply.github.com>
Co-authored-by: David Nguyen <h250694@gmail.com>
dragonoasis added a commit to dragonoasis/it-tools that referenced this pull request Feb 22, 2024
* add canonical back

* feat(new-tool): added unicode conversion utilities (CorentinTh#858)

* feat: add Text to Unicode tool

* Update src/tools/text-to-unicode/index.ts

---------

Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>

* feat(new-tool): yaml formater (CorentinTh#779)

* validating if yaml is correct and collecting format options

* Formatting yaml, sorting keys and changing indent size.

* Removed unused format options

* Fixed lint errors

* Installed types for js-yaml

* Removed legacy routing and added tool creation date

Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>

* Using existing yaml package instead of js-yaml

* Update src/tools/yaml-viewer/index.ts

---------

Co-authored-by: Isaiah <66272034+isaiah-j@users.noreply.github.com>
Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>

* feat(i18n): added ukrainian language (CorentinTh#827)

Added Ukrainian language

* feat(i18n): added portuguese language (CorentinTh#813)

* feat(i18n): added spanish language (CorentinTh#854)

* spanish

translation

* Create es.yaml

* refactor(i18n): added locales per tool (CorentinTh#861)

* feat(i18n): added vietnamese language (CorentinTh#859)

* feat(i18n): added missing locale files in tools (CorentinTh#863)

* feat(i18n): added zh tools translations (CorentinTh#874)

* feat(i18n): added vi tools translations (CorentinTh#876)

* Update Vietnamese translations in vi.yml file

* Add Vietnamese translations for various tools

* feat(i18n): get locales on build (CorentinTh#880)

* refactor(home): removed n-grid to prevent layout shift (CorentinTh#881)

* refactor(home): lightened tool cards (CorentinTh#882)

* Git pull from main (#5)

* Update links (#1)

* Update links

* Update names

* update versions

* Update title and description (#2)

* change title & description, disable canonical temporary

* minor changes

* add canonical back

* add canonical back (#3)

* Revert "Git pull from main (#5)" (#6)

This reverts commit b390aa0.

* Remove other languages and change default language to zh

---------

Co-authored-by: hieudt-2054 <55786352+hieudt-2054@users.noreply.github.com>
Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>
Co-authored-by: Isaiah <66272034+lovesinatra@users.noreply.github.com>
Co-authored-by: Isaiah <66272034+isaiah-j@users.noreply.github.com>
Co-authored-by: Nikitin Roman <78508681+IronWillDevops@users.noreply.github.com>
Co-authored-by: Marcelo Gonçalves <marcelocg@gmail.com>
Co-authored-by: Raúl Mora <155681266+Raulmora22@users.noreply.github.com>
Co-authored-by: QingFeng <39724019+lemon8866@users.noreply.github.com>
Co-authored-by: David Nguyen <h250694@gmail.com>
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

2 participants