Fix localization of a Unicode block name.

This commit is contained in:
1024jp 2022-04-03 19:15:48 +09:00
parent 71a488960a
commit 8ddc992283
10 changed files with 9 additions and 9 deletions

View File

@ -16,6 +16,7 @@ Change Log
- Fix an issue that reverting a document to one stored with a different file encoding from the current encoding could fail.
- Fix an issue that the split view did not inherit the font style and the writing direction.
- Fix an issue that the incompatible character pane did not show the message “No incompatible characters were found.” when all of the existing incompatible characters are cleared.
- [trivial] Fix localization of a Unicode block name.

View File

@ -73,7 +73,6 @@ extension Unicode.Scalar {
return self.blockName?
.replacingOccurrences(of: " ([A-Z])$", with: "-$1", options: .regularExpression)
.replacingOccurrences(of: "Supplement", with: "Supp.")
.replacingOccurrences(of: "Description", with: "Desc.")
.localized(tableName: "Unicode")
}

View File

@ -135,7 +135,7 @@
"Thaana" = "Thaana";
"Telugu" = "Telugu";
"Hiragana" = "Hiragana";
"CJK Compatibility Ideographs Supp." = "Ergänzung zu CJK Kompat. Ideografen";
"CJK Compatibility Ideographs Supplement" = "Ergänzung zu CJK Kompat. Ideografen";
"Katakana" = "Katakana";
"Mathematical Operators" = "Mathematische Symbole";
"Mahjong Tiles" = "Mahjongsteine";

View File

@ -136,7 +136,7 @@
"Thaana" = "Thaana";
"Telugu" = "Telugu";
"Hiragana" = "Hiragana";
"CJK Compatibility Ideographs Supp." = "CJK Compatibility Ideographs Supp.";
"CJK Compatibility Ideographs Supplement" = "CJK Compatibility Ideographs Supplement";
"Katakana" = "Katakana";
"Mathematical Operators" = "Mathematical Operators";
"Mahjong Tiles" = "Mahjong Tiles";

View File

@ -135,7 +135,7 @@
"Thaana" = "Thaana";
"Telugu" = "Télougou";
"Hiragana" = "Hiragana";
"CJK Compatibility Ideographs Supp." = "Suppl. didéogr. de compatibilité CJK";
"CJK Compatibility Ideographs Supplement" = "Suppl. didéogr. de compatibilité CJK";
"Katakana" = "Katakana";
"Mathematical Operators" = "Opérateurs mathématiques";
"Mahjong Tiles" = "Pièces de mahjong";

View File

@ -136,7 +136,7 @@
"Thaana" = "Thaana";
"Telugu" = "Telugu";
"Hiragana" = "Hiragana";
"CJK Compatibility Ideographs Supp." = "Ideogrammi compatibilità CJK suppl.";
"CJK Compatibility Ideographs Supplement" = "Ideogrammi compatibilità CJK suppl.";
"Katakana" = "Katakana";
"Mathematical Operators" = "Operatori matematici";
"Mahjong Tiles" = "Tessere Mahjong";

View File

@ -136,7 +136,7 @@
"Thaana" = "ターナ文字";
"Telugu" = "テルグ文字";
"Hiragana" = "ひらがな";
"CJK Compatibility Ideographs Supp." = "CJK互換漢字追加";
"CJK Compatibility Ideographs Supplement" = "CJK互換漢字追加"; // "Supp." -> "Supplement"
"Katakana" = "カタカナ";
"Mathematical Operators" = "数学演算子";
"Mahjong Tiles" = "麻雀牌";

View File

@ -136,7 +136,7 @@
"Thaana" = "Thaana";
"Telugu" = "Telugu";
"Hiragana" = "Hiragana";
"CJK Compatibility Ideographs Supp." = "Suplemento de ideógrafos de compatibilidade CJK";
"CJK Compatibility Ideographs Supplement" = "Suplemento de ideógrafos de compatibilidade CJK";
"Katakana" = "Katakana";
"Mathematical Operators" = "Operadores matemáticos";
"Mahjong Tiles" = "Peças de Mahjong";

View File

@ -133,7 +133,7 @@
"Thaana" = "Thaana";
"Telugu" = "Telugu";
"Hiragana" = "Hiragana";
"CJK Compatibility Ideographs Supp." = "CJK Uyumluluk İdeogramları Eki";
"CJK Compatibility Ideographs Supplement" = "CJK Uyumluluk İdeogramları Eki";
"Katakana" = "Katakana";
"Mathematical Operators" = "Matematik İşleçleri";
"Mahjong Tiles" = "Mahjong Taşları";

View File

@ -136,7 +136,7 @@
"Thaana" = "塔纳文";
"Telugu" = "泰卢固文";
"Hiragana" = "平假名";
"CJK Compatibility Ideographs Supp." = "中日韩兼容表意文字增补";
"CJK Compatibility Ideographs Supplement" = "中日韩兼容表意文字增补";
"Katakana" = "片假名";
"Mathematical Operators" = "数学运算符";
"Mahjong Tiles" = "麻将拼图";