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

format explanation of x, xx, x0, x_in_x0, xxx, x00, x_in_x00, xx00, xx_in_xx00, x000 #240

Open
MrTheBarbarian opened this issue Oct 3, 2022 · 0 comments

Comments

@MrTheBarbarian
Copy link

Hello!
I'm trying to make translation to bulgarian.
I need info and if it is possible examples of information which have to be formatted and how have to be look like after formatting.
I started with date_time.json in res/text/ru-ru/ and I need help with interpretation of:

"decade_format": {
"1": {"match": "^\d$", "format": "{x}"},
"2": {"match": "^1\d$", "format": "{xx}"},
"3": {"match": "^\d0$", "format": "{x0}"},
"4": {"match": "^[2-9]\d$", "format": "{x0} {x}"},
"default": "{number}"
I will do my best to not asking for stupid questions, but I'm really motivated to make this.
thanks a lot!

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

No branches or pull requests

1 participant