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

Odia localization of strings.xml #69

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

SubhamJena
Copy link

Translated strings.xml into Odia (ଓଡ଼ିଆ);
Language code: or

Translated strings.xml into Odia (ଓଡ଼ିଆ);
Language code: or
@SubhamJena
Copy link
Author

SubhamJena commented May 7, 2023

Additionally, Anyway to bring in Odia numerals throughout the App UI (both buttons & results),
{1,2,3,4,5,6,7,8,9,0}→{୧,୨,୩,୪,୫,୬,୭,୮,୯,୦}?

I observed the buttons being placed under doNotTranslate.xml, so didn't proceed any further:

    <string name="seven">7</string>
    <string name="eight">8</string>
    <string name="nine">9</string>
    <string name="four">4</string>
    <string name="five">5</string>
    <string name="six">6</string>
    <string name="one">1</string>
    <string name="two">2</string>
    <string name="three">3</string>
    <string name="point">.</string>
    <string name="zero">0</string>

@prathameshmm02
Copy link
Owner

I don't remember why exactly I did that but I'll move number strings to strings.xml

<string name="cancel">ବାତିଲ୍ କର</string>
<string name="undo">ପୂର୍ଵଵତ୍</string>
<string name="removed">କାଢ଼ି ଦିଆଗଲା</string>
<string-array name="ଏକକ">
Copy link
Owner

@prathameshmm02 prathameshmm02 May 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you rename string-array name back to "units"?

Copy link
Author

@SubhamJena SubhamJena May 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, my bad. Check now!

@prathameshmm02
Copy link
Owner

You can also add the odia number strings now, thanks!

@SubhamJena
Copy link
Author

Hey, I have updated the translations including those numbers on the buttons. But what about the ones in results?🤔
1683692573406
1683692283865
1683692179513

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants