Skip to content

Commit f3c34f5

Browse files
walterbenderabdulazees1111sWalter Bender
authored andcommitted
task: Adding Tamil (sugarlabs#7434)
* adding Tamil * Add Tamil; fix issue with Thai note selection * prettier --------- Co-authored-by: Abdul Azees S <abdulazees1111s@gmail.com> Co-authored-by: Walter Bender <walter@sorceo.com>
1 parent 96e8d05 commit f3c34f5

7 files changed

Lines changed: 7160 additions & 3475 deletions

File tree

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -935,6 +935,7 @@
935935
<li><a id="quz" role="button" tabindex="0"></a></li>
936936
<li><a id="gug" role="button" tabindex="0"></a></li>
937937
<li><a id="hi" role="button" tabindex="0"></a></li>
938+
<li><a id="ta" role="button" tabindex="0"></a></li>
938939
<li><a id="te" role="button" tabindex="0"></a></li>
939940
<li><a id="bn" role="button" tabindex="0"></a></li>
940941
<li><a id="ibo" role="button" tabindex="0"></a></li>

js/languagebox.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,15 @@ class LanguageBox {
145145
this.hide();
146146
}
147147

148+
/**
149+
* @public
150+
* @returns {void}
151+
*/
152+
ta_onclick() {
153+
this._language = "ta";
154+
this.hide();
155+
}
156+
148157
/**
149158
* @public
150159
* @returns {void}
@@ -171,6 +180,7 @@ class LanguageBox {
171180
this._language = "he";
172181
this.hide();
173182
}
183+
174184
/**
175185
* @public
176186
* @returns {void}
@@ -294,6 +304,7 @@ class LanguageBox {
294304
zh_CN: "刷新浏览器以更改您的语言偏好",
295305
th: "รีเฟรชเบราเซอร์เพื่อเปลี่ยนการตั้งค่าภาษาของคุณ",
296306
hi: "अपनी भाषा की वरीयता बदलने के लिए अपना ब्राउज़र ताज़ा करें",
307+
ta: "உங்கள் மொழி விருப்பத்தை மாற்ற உலாவியை புதுப்பிக்கவும்.",
297308
te: "మీ భాష ప్రాధాన్యతను మార్చడానికి మీ బ్రౌజర్‌ని రిఫ్రెష్ చేయండి.",
298309
tr: "dil tercihinizi değiştirmek için tarayıcınızı yenileyin",
299310
ibo: "Mee ka nchọgharị gị gbanwee mmasị asụsụ gị.",

js/toolbar.js

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ class Toolbar {
181181
["quz", "quechua", "innerHTML"],
182182
["gug", "guarani", "innerHTML"],
183183
["hi", "हिंदी", "innerHTML"],
184+
["ta", "தமிழ்", "innerHTML"],
184185
["ibo", "igbo", "innerHTML"],
185186
["ar", "عربى", "innerHTML"],
186187
["te", "తెలుగు", "innerHTML"],
@@ -307,6 +308,7 @@ class Toolbar {
307308
["quz", "quechua", "innerHTML"],
308309
["gug", "guarani", "innerHTML"],
309310
["hi", "हिंदी", "innerHTML"],
311+
["ta", "தமிழ்", "innerHTML"],
310312
["ibo", "igbo", "innerHTML"],
311313
["ar", "عربى", "innerHTML"],
312314
["te", "తెలుగు", "innerHTML"],
@@ -1605,22 +1607,23 @@ class Toolbar {
16051607
"fr",
16061608
"it",
16071609
"de",
1608-
"ko",
16091610
"ja",
16101611
"kana",
1612+
"ko",
16111613
"zhCN",
16121614
"th",
1613-
"tr",
16141615
"ayc",
16151616
"quz",
16161617
"gug",
16171618
"hi",
1619+
"ta",
1620+
"te",
16181621
"ibo",
1622+
"tr",
16191623
"ar",
1620-
"te",
16211624
"bn",
1622-
"he",
1623-
"ur"
1625+
"ur",
1626+
"he"
16241627
];
16251628

16261629
/**

locales/ta.json

Lines changed: 1727 additions & 1727 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/th.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)