Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lang/hi.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
"intl-common:actions:cancel": "कैंसल करें", // cancel action (in Title Case)
"intl-common:actions:clear": "मिटाएं", // clear action (in Title Case)
"intl-common:actions:close": "बंद करें", // close action (in Title Case)
"intl-common:actions:confirm": "कन्फ़र्म करें", // confirm action (in Title Case)
"intl-common:actions:confirm": "कन्फ़र्म करें", // confirm action (in Title Case)
"intl-common:actions:copy": "कॉपी करें", // copy action (in Title Case)
"intl-common:actions:create": "बनाएँ", // create action (in Title Case)
"intl-common:actions:delete": "हटाएँ", // delete action (in Title Case)
Expand Down
26 changes: 13 additions & 13 deletions lang/th.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ export default {
"intl-common:actions:search": "ค้นหา", // search action (in Title Case)
"intl-common:actions:submit": "ส่ง", // submit action (in Title Case)
"intl-common:actions:update": "อัปเดต", // update action (in Title Case)
"intl-common:characters:ampersand": "ampersand", // short name or description of the "&" character
"intl-common:characters:apostrophe": "apostrophe", // short name or description of the "'" character
"intl-common:characters:asterisk": "asterisk", // short name or description of the "*" character
"intl-common:characters:backslash": "backslash", // short name or description of the "\" character
"intl-common:characters:colon": "colon", // short name or description of the ":" character
"intl-common:characters:comma": "comma", // short name or description of the "," character
"intl-common:characters:greaterThan": "greater-than sign", // short name or description of the ">" character
"intl-common:characters:lessThan": "less-than sign", // short name or description of the "<" character
"intl-common:characters:numberSign": "number sign", // short name or description of the "#" character
"intl-common:characters:percentSign": "percent sign", // short name or description of the "%" character
"intl-common:characters:pipe": "pipe", // short name or description of the "|" character
"intl-common:characters:questionMark": "question mark", // short name or description of the "?" character
"intl-common:characters:quotationMark": "quotation mark", // short name or description of the '"' character
"intl-common:characters:ampersand": "&", // short name or description of the "&" character
"intl-common:characters:apostrophe": "'", // short name or description of the "'" character
"intl-common:characters:asterisk": "*", // short name or description of the "*" character
"intl-common:characters:backslash": "\\", // short name or description of the "\" character
"intl-common:characters:colon": ":", // short name or description of the ":" character
"intl-common:characters:comma": ",", // short name or description of the "," character
"intl-common:characters:greaterThan": ">", // short name or description of the ">" character
"intl-common:characters:lessThan": "<", // short name or description of the "<" character
"intl-common:characters:numberSign": "#", // short name or description of the "#" character
"intl-common:characters:percentSign": "%", // short name or description of the "%" character
"intl-common:characters:pipe": "|", // short name or description of the "|" character
"intl-common:characters:questionMark": "?", // short name or description of the "?" character
"intl-common:characters:quotationMark": "\"-\"", // short name or description of the '"' character
Copy link
Member

Choose a reason for hiding this comment

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

These are wrong (again), we want the description of the character not the character itself. Will re-raise with the localization folks.

"intl-common:confirm:no": "ไม่", // no response to a question (in Title Case)
"intl-common:confirm:ok": "OK", // okay response to a question
"intl-common:confirm:yes": "ใช่", // yes response to a question (in Title Case)
Expand Down
Loading