-
-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3f9d050
commit 12846ac
Showing
4 changed files
with
66 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<locale-config xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<locale android:name="ar"/> <locale android:name="bg"/> <locale android:name="bs-rBA"/> <locale android:name="ca-rES"/> <locale android:name="cs-rCZ"/> <locale android:name="da"/> <locale android:name="de"/> <locale android:name="el"/> <locale android:name="en"/> <locale android:name="es"/> <locale android:name="fa"/> <locale android:name="fi"/> <locale android:name="fr"/> <locale android:name="hu"/> <locale android:name="in"/> <locale android:name="it"/> <locale android:name="ja"/> <locale android:name="ku"/> <locale android:name="lt"/> <locale android:name="ml"/> <locale android:name="nb-rNO"/> <locale android:name="nl"/> <locale android:name="pl"/> <locale android:name="pt-rBR"/> <locale android:name="pt-rPT"/> <locale android:name="ro"/> <locale android:name="ru"/> <locale android:name="sr"/> <locale android:name="sv"/> <locale android:name="ta"/> <locale android:name="th"/> <locale android:name="tr"/> <locale android:name="uk"/> <locale android:name="vi"/> <locale android:name="zh-rCN"/> <locale android:name="zh-rTW"/> | ||
<locale android:name="ar"/> <locale android:name="bg"/> <locale android:name="bs-rBA"/> <locale android:name="ca-rES"/> <locale android:name="cs-rCZ"/> <locale android:name="da"/> <locale android:name="de"/> <locale android:name="el"/> <locale android:name="en"/> <locale android:name="es"/> <locale android:name="fa"/> <locale android:name="fi"/> <locale android:name="fr"/> <locale android:name="gl"/> <locale android:name="hu"/> <locale android:name="in"/> <locale android:name="it"/> <locale android:name="ja"/> <locale android:name="ku"/> <locale android:name="lt"/> <locale android:name="ml"/> <locale android:name="nb-rNO"/> <locale android:name="nl"/> <locale android:name="pl"/> <locale android:name="pt-rBR"/> <locale android:name="pt-rPT"/> <locale android:name="ro"/> <locale android:name="ru"/> <locale android:name="sr"/> <locale android:name="sv"/> <locale android:name="ta"/> <locale android:name="th"/> <locale android:name="tr"/> <locale android:name="uk"/> <locale android:name="vi"/> <locale android:name="zh-rCN"/> <locale android:name="zh-rTW"/> | ||
</locale-config> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# 2.6.15 | ||
Agnieszka C (1): | ||
* [d8d3b6e0] Updated Polish translation using Weblate | ||
|
||
ERYpTION (1): | ||
* [9409eb87] Updated Danish translation using Weblate | ||
|
||
Jonas Kalderstam (5): | ||
* [a2465ad4] Added Galician language component | ||
* [d31d028d] Removed decorative icons from TalkBack | ||
* [475abdc5] Added invisible close menu buttons for TalkBack to all | ||
dropdown menus | ||
* [d5a7234e] Added LeakCanary to debug builds | ||
* [3f9d0507] Testing not deleting galician language | ||
|
||
Matth78 (1): | ||
* [06d961 |