-
Notifications
You must be signed in to change notification settings - Fork 275
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix merge conflicts too
src/main/res/values-te/strings.xml
Outdated
@@ -0,0 +1,191 @@ | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<resources> | |||
<string name = "alert_delete_confirm"> మీకు ఖచ్చితంగా తెలుసా? </ string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove extra space before and after each entry. Use refactoring in Android studio
Resolved the issues. kindly respond quickly as hacktoberfest is closing in few hours. |
@asaikarthikeya The travis build still fails. Please check that first. |
Fixed XML formatting issues.
Fixed changes in values-te/strings.xml |
src/main/res/values-bn/strings.xml
Outdated
@@ -43,6 +43,7 @@ | |||
<string name="language_fr">ফ্রেঞ্চ</string> | |||
<string name="language_es">স্প্যানিশ</string> | |||
<string name="language_bn">বাংলা</string> | |||
<string name="language_te">తెలుగు</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't match the Google Translation. Probably @Ayan-10 can help here?
Remove duplicate entries
This PR is a step towards #548 |
Yes. It should be written as তেলেগু instead of తెలుగు
…On Sun, 1 Nov 2020, 1:26 p.m. Chirag Jain, ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In src/main/res/values-bn/strings.xml
<#681 (comment)>:
> @@ -43,6 +43,7 @@
<string name="language_fr">ফ্রেঞ্চ</string>
<string name="language_es">স্প্যানিশ</string>
<string name="language_bn">বাংলা</string>
+ <string name="language_te">తెలుగు</string>
This doesn't match the Google Translation. Probably @Ayan-10
<https://github.com/Ayan-10> can help here?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#681 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQ7HSBN3WNZRXMO3RWG7AADSNUICVANCNFSM4SZZCS4Q>
.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems complete now. We can merge this @cpg
#548
@chirag-jn Kindly review the changes.
Thank you.