-
AuthorPosts
-
March 8, 2018 at 7:53 am #9842
SandiParticipantHi
I have gone through all strings in config.ts and managed to translate most of the app but there are still some strings unstranslated like buttons and prices (eg private, free). Also there are untranslated strigns in setting the filter with OK and cancel buttons and quite some strings in the wallet…
Is there a way to translate at least the buttons and course prices?
March 9, 2018 at 10:30 am #9867
AlexKeymasterCAn you please share screenshot or something exactly where you are not able to translate the button “ok ” and “cancel” .
There are some strings that are coming from your site through api call .
FRee and private are those strings .
Please translate the vibe course module plugin to translate themMarch 11, 2018 at 5:53 pm #9931
SandiParticipantI see some new strings to translate now but now all of them. For instance I’m missing the “courses” string (see screenshot), but found the free and private strings. <mark style=”white-space: pre;”>https://snag.gy/Kdufm2.jpg</mark>
I’m also attaching the OK and CANCEL strings but they may be OS language dependent… <mark style=”white-space: pre;”>https://snag.gy/f9U4Zc.jpg</mark>
March 12, 2018 at 1:06 pm #9954
AlexKeymaster1. “courses” yes this is hard written and is not available for translation .This will be fixed in next app update .
for the time being please simply goto src/pages/home folder and edit the home.html file .
search for “Courses” and replace this text .2. This one is also an issue . for the time being please follow : https://forum.ionicframework.com/t/localization-for-ion-select-buttons-ok-and-cancel/69520/2
this is in src/pages/directory -> directory.html
search for ” selectedCategories ” .March 12, 2018 at 6:04 pm #9957
SandiParticipantHi Alex
Thanks for the tip, it’s working fine.
If anybody else is using this tip than for the OK and Cancel buttons you have to input the okText and cancelText for every filter you want to change the button strings.
This will be a pain with the updates though. Do the updates contain any change logs that state the files that have been changed? I have modified quite a lot files right now and as there’s no option to override the files I’ll be loosing my changes with the next update.
March 12, 2018 at 6:07 pm #9958
SandiParticipantAlso the one problem with the “courses” translation is, that there is the number of containing courses in category before it and I would need a plural and singular (and in my case even dual) string for it…
-
AuthorPosts
- You must be logged in to reply to this topic.