diff options
author | 2024-02-05 17:09:07 +0700 | |
---|---|---|
committer | 2024-02-05 10:09:07 +0000 | |
commit | 079aa2164c3836fce38ddeab7e79c2d51e0595b3 (patch) | |
tree | 6fc4682d613a8a4ceb48c9d08651471db3d57010 /src/tools/roman-numeral-converter/locales/vi.yml | |
parent | 9c6b12225e5e18a92442a079ff1f4776f14db188 (diff) | |
download | it-tools-079aa2164c3836fce38ddeab7e79c2d51e0595b3.tar.gz it-tools-079aa2164c3836fce38ddeab7e79c2d51e0595b3.tar.zst it-tools-079aa2164c3836fce38ddeab7e79c2d51e0595b3.zip |
feat(i18n): added vi tools translations (#876)
* Update Vietnamese translations in vi.yml file
* Add Vietnamese translations for various tools
Diffstat (limited to 'src/tools/roman-numeral-converter/locales/vi.yml')
-rw-r--r-- | src/tools/roman-numeral-converter/locales/vi.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tools/roman-numeral-converter/locales/vi.yml b/src/tools/roman-numeral-converter/locales/vi.yml new file mode 100644 index 0000000..2110aa0 --- /dev/null +++ b/src/tools/roman-numeral-converter/locales/vi.yml @@ -0,0 +1,4 @@ +tools: + roman-numeral-converter: + title: Bộ chuyển đổi số La Mã + description: Chuyển đổi số La Mã thành số và chuyển đổi số thành số La Mã. |