Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Telugu Language. #681

Merged
merged 11 commits into from
Nov 2, 2020
1 change: 1 addition & 0 deletions src/main/res/values-bn/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<string name="language_fr">ফ্রেঞ্চ</string>
<string name="language_es">স্প্যানিশ</string>
<string name="language_bn">বাংলা</string>
<string name="language_te">তেলেগু</string>
<string name="media_route_menu_title">চালু করুন&amp;#8230</string>
<string name="menu_audio_files">ফাইল</string>
<string name="menu_back">পেছনে যান</string>
Expand Down
1 change: 1 addition & 0 deletions src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<string name="language_fr">Francés</string>
<string name="language_es">Español</string>
<string name="language_bn">Bengali</string>
<string name="language_te">Telugu</string>
<string name="media_route_menu_title">Reproducir con&#8230;</string>
<string name="menu_audio_files">Archivos</string>
<string name="menu_back">Atras</string>
Expand Down
1 change: 1 addition & 0 deletions src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
<string name="language_fr">Français</string>
<string name="language_es">Espagnol</string>
<string name="language_bn">Bengali</string>
<string name="language_te">Telugu</string>
<string name="preference_category_about">À propos</string>
<string name="preference_category_account">Compte</string>
<string name="preference_category_settings">Paramètres</string>
Expand Down
Loading