You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: