Skip to content

Commit

Permalink
fix(richtext-lexical): update Thai translations for blockquote and ho…
Browse files Browse the repository at this point in the history
…rizontal rule (#10469)

**Description:**

- [x] Replaces the [SKIPPED] entry with the correct translation for
"Blockquote".
- [x] I have read and understand the CONTRIBUTING.md document in this
repository.

**Type of Change:**

- [x] Bug fix (non-breaking change which fixes an issue).


**Fixes:**  

1. fix the translation issue by replacing the [SKIPPED] entry with the
correct Thai translation for "Blockquote". Which I choose
"ข้อความอ้างอิง" However one might prefer other form of translation like
"คำอ้างอิง" or "กล่องข้อความอ้างอิง" which represent the 'block' with in
the 'Blockquote'
2. corrects the Thai translation for "Horizontal Rule." The translation
has been changed from "กฎแนวนอน," which was a mistranslation, to
"เส้นขอบแนวนอน" to better reflect the meaning of "Horizontal Rule" as a
visual divider or border.
  • Loading branch information
TidalCare authored Jan 10, 2025
1 parent 21eec87 commit 8d5d2d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const i18n: Partial<GenericLanguages> = {
label: 'Blockcitat',
},
th: {
label: '[SKIPPED]',
label: 'ข้อความอ้างอิง',
},
tr: {
label: 'Alıntı',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const i18n: Partial<GenericLanguages> = {
label: 'Horisontell linje',
},
th: {
label: 'กฎขีดตรง',
label: 'เส้นขอบแนวนอน',
},
tr: {
label: 'Yatay Çizgi',
Expand Down

0 comments on commit 8d5d2d1

Please sign in to comment.