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
Pay attention to passenger-contact-new-number.message and passenger-contact-driver-price.message - there is information that translation can be incorrect because GitHub doesn't support (?) right-to-left text (?).
Make sure strings containing %s, {{something}} spelled correctly and there are no unicode characters between them (otherwise string interpolation will fail).
Make sure all icons are in place. For example, when I type "🚗 ماشین" into google translate, I get the following:
It seems right, in Persian icon is at the beginning (at the end visually). However, in json file it's at the end (at the beginning visually).
In Telegram it also seems right (when you paste "🚗 ماشین" without quotes, you get exactly what is expected):
The translation above can be technically correct, just attention from someone familiar with Git and Persian language is required.
So In this story:
Do all the checks written above
Add Persian translation file and create PR (you can create PR to the master branch, it's OK for this story)
In PR message verbosely explain what has been done, give as much information as it is possible.
This issue is high priority one and Persian-speaking community is looking forward to use the bot. Please help the world to be a better place by working on this issue.
The text was updated successfully, but these errors were encountered:
Add Persian language translation. Original author:
@MR5857
in Telegram. Here is the translation itself https://gist.github.com/ro31337/ed182538dbebd62f9f99bb3315738e83Unfortunately, I have no skills with editing right-to-left text, and I don't know how GitHub and Telegram handles it (I assume it handles OK).
So in this story do the following:
passenger-contact-new-number.message
andpassenger-contact-driver-price.message
- there is information that translation can be incorrect because GitHub doesn't support (?) right-to-left text (?).%s
,{{something}}
spelled correctly and there are no unicode characters between them (otherwise string interpolation will fail).It seems right, in Persian icon is at the beginning (at the end visually). However, in json file it's at the end (at the beginning visually).
In Telegram it also seems right (when you paste "🚗 ماشین" without quotes, you get exactly what is expected):
The translation above can be technically correct, just attention from someone familiar with Git and Persian language is required.
So In this story:
master
branch, it's OK for this story)This issue is high priority one and Persian-speaking community is looking forward to use the bot. Please help the world to be a better place by working on this issue.
The text was updated successfully, but these errors were encountered: