-
-
Notifications
You must be signed in to change notification settings - Fork 274
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
languages with non-english numbers break events/timeline feeds #325
Comments
@aljabr - can you check out the latest code and let me know what you see? |
it's working 💃 thanks 😗 |
check now |
it's working |
sounds good. Do you plan to contribute the new languages? |
yes i just started i think there is some issue that's need to but some variables inside the local files what i mean is some time is no good to translate each word not all language are the same sort but I'll contribute any thing i can do 🙆♀️ and do you think is best when you add a new translation in local-en file i think this will help |
On the 'ago' part, I agree. It's not a perfect solution today. I like to sort the keys in the language files. You can always use |
@aljabr okay I found a solution to the "ago" problem. |
yest it's better now it's dynamic 💃 can i contribute with the keys or you briefer only with the translate ? |
Not sure what you mean. For example, lets say you want to contribute arabic:
|
no i mean if i found new value need to translate like "exit event view" thank you 😚 |
ah, fixed! feel free to let me know if I missed keys in |
i made deep debug and i found the only missing is i fixed like what you did before .locale('en').format("YYYY-MM-DD") + " " + mToDate EventCtrl.js but i don't know if it's the right way to fix it 😄 |
Looks good. Please PR it too. On Monday, September 12, 2016, aljabr [email protected] wrote:
|
actually, I'm not sure if I am using $rootScope.from/toString to display any data. If I am, they will show in english. Let me do a change and please see if it works for you. |
@aljabr - please test latest changes to see if it fixes the issue above. I am on a flight, can't test with my server. |
OK I'll test it now i am transiting in Arabic before i submit PL |
doesn't work :( the event stooped working it was working before |
fixed the error |
OK I'll test now |
it's working 💃 |
I'll complete the translation after i wake up :) |
@aljabr - great job. I've manually merged the .js changes and .en changes (some of the .js changes are not needed as I fixed the events translation earlier. Can you close the current PR and do a new PR with just the fully translated arabic file when its ready? |
@aljabr - any update to your arabic language file? I plan to make a new release soon. |
Hi sorry for the delay my hard drive that run my operation system get broken :( |
Platform & OS Version
all
nature of your issue
i am trying to add some more languages
and they use Hindi digits that can make change in the date and time
i think the events path depends on the date
this make the URL of event don't work
is there any way to detach the localization from the event path?
Details
in Arabic and all language that use Hindi digits
[1668:918939]
VIDEO IS http://192.168.1.100/zm/events/22/١٦/٠٩/١٢/١٢/٠٠/٠٠/7712-video.mp4
the English
[1668:918939]
VIDEO IS http://192.168.1.100/zm/events/5/16/09/12/12/00/00/7713-video.mp4
Thanks
The text was updated successfully, but these errors were encountered: