Skip to content

Commit

Permalink
Merge pull request #124 from vtex-apps/l10n_master
Browse files Browse the repository at this point in the history
Add Thai and fix Arabic translation
  • Loading branch information
camilavcoutinho authored Mar 23, 2022
2 parents 37f2197 + 129e1c8 commit 4d5c0a2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Added

- Thai translation.

### Fixed

- Arabic translation.

## [0.27.1] - 2022-03-10

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion messages/ar-SA.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"store/add-to-cart.success": "تمت اضافة المنتج الى عربتك",
"store/add-to-cart.success": "تمت إضافة المنتج إلى السلة بنجاح",
"store/add-to-cart.failure": "حدث خطأ ولم تتم إضافة العنصر إلى سلة التسوق الخاصة بك!",
"store/add-to-cart.see-cart": "عرض عربة التسوق",
"store/add-to-cart.add-to-cart": "أضف الى السلة",
Expand Down
13 changes: 13 additions & 0 deletions messages/th-TH.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"store/add-to-cart.success": "เพิ่มสินค้าลงในรถเข็นของคุณแล้ว",
"store/add-to-cart.failure": "มีบางอย่างผิดพลาดและเพิ่มสินค้าลงในรถเข็นของคุณไม่ได้!",
"store/add-to-cart.see-cart": "ดูรถเข็น",
"store/add-to-cart.add-to-cart": "เพิ่มลงในรถเข็น",
"store/add-to-cart.label-unavailable": "ไม่พร้อมจำหน่าย",
"store/add-to-cart.select-sku-variations": "กรุณาเลือกตัวเลือกของแต่ละรุ่นสินค่า",
"admin/editor.add-to-cart.title": "ปุ่มเพิ่มลงในรถเข็น",
"admin/editor.add-to-cart.text.title": "ข้อความบนปุ่ม",
"admin/editor.add-to-cart.text.description": "ข้อความบนปุ่ม เช่น \"เพิมลงในรถเข็น\"",
"admin/editor.add-to-cart.text-unavailable.title": "ไม่มีข้อความบนปุ่ม",
"admin/editor.add-to-cart.text-unavailable.description": "ข้อความบนปุ่มเมื่อผลิตถัณฑ์ไม่พร้อมจำหน่าย"
}

0 comments on commit 4d5c0a2

Please sign in to comment.