Home › Forums › Legacy Support › Support queries › Translation issues › Can't find the strings for translations
- This topic has 32 replies, 4 voices, and was last updated 8 years, 1 month ago by Skywalker [ ex VibeThemes].
-
AuthorPosts
-
October 26, 2016 at 3:47 pm #76763H.K. LatiyanParticipantYou can take backup and then do translation. Also if you can email us your translation files then we can add it in the theme update, this way the wplms theme will include your translation and it will not be lost after update.October 27, 2016 at 5:21 pm #76947UnbelievaSpectatorWe think we finally managed to get the translations to show, but the WPLMS translation still goes out of sync and the Sync button does not help. I still can't find some translation strings (I will be adding screenshots to clarify): 1. On the Course dashboard, where to translate edit course? http://pho.to/AQvpH 2. Under Posts, where to translate Comments? http://pho.to/AQvpH 3. Under My Account, where to translate Stat, Forums and Drive (under More)? http://pho.to/AQvpH 4. Where to translate More reviews? http://pho.to/AQvpH 5. Where to translate Create a Course? http://pho.to/AQvpHOctober 28, 2016 at 8:09 am #77022Skywalker [ ex VibeThemes]ParticipantThese strings are present in the following plugin/theme. 1. WPLMS Front End 2.WPLMS Theme 3. Forums - bbpress Stat-> WPLMS Theme Drive-> is not a translation string, its the page title that you provide. So to change this please edit your drive pages from wp-admin->pages, and change the page title accordingly. 4. It seems like you are using modern child theme, this string is present in the modern theme. Therefore translate the modern child theme for this. 5. WPLMS Front EndOctober 28, 2016 at 11:08 am #77054UnbelievaSpectator2. Translation is added, doesn't show. All translation settings with Loco are correct. 3. Stat -> Did not find this tring in the WPLMS translation file. 4. The string ''More reviews'' is not present in the Modern child theme translation file.October 29, 2016 at 7:01 am #77205Skywalker [ ex VibeThemes]Participant2. Go to loco translator->themes->modern theme-> click on sync->find your string->add your translation->save, voila! 3. The original string is 'stats', you have customised it to stat. That's why it's not showing up in the loco translator. 4. http://prntscr.com/d0cr5zOctober 29, 2016 at 9:38 am #77251UnbelievaSpectator2. This is getting ridiculous...During the same thread, the people answering here have written the exact same thing at least 5 times and I've responded every single time that all the settings are correct, it has been synced a million times, but it does not show. If it's that hard to go and check the issue out, then just say so. I've posted my credentials 3 times now. This issue is more than a month old and you are all still riding on the same stupid line of ''just sync it''. Come on. This should be one of the most worked-out themes and supports, but I've never had to deal so long with a simple issue like this. 4. It's not present in my translation file, but I can clearly see that LocoTranslate shows that wplms_modern.pot is in sync. So maybe just go, log in, and give us another explanation to this issue rather than ''oh just sync it''.October 29, 2016 at 9:52 am #77253Skywalker [ ex VibeThemes]Participantchecking....October 29, 2016 at 10:02 am #77259Skywalker [ ex VibeThemes]ParticipantApologies for repetition. 2. You're correct. the text domain is missing in the modern theme for this. I can fix it if you can share the WP Admin credentials of your site with me. 4. Copy the trnalsation wplms_modern-xx_XX.po/mo from wp-content/themes/wplms_modern/langauges to wp-content/languages/themes/ folder.October 29, 2016 at 10:28 am #77271UnbelievaSpectatorThis reply has been marked as private.October 31, 2016 at 9:28 am #77362UnbelievaSpectatorAny update on the last 2 issues?November 1, 2016 at 6:27 am #77415Skywalker [ ex VibeThemes]Participant2. Go to wp-content->themes->wplms_modern ->replace your course-review.php with mine. Download This file -> http://www.filedropper.com/course-review 4. Copy the translation wplms_modern-xx_XX.po/mo from wp-content/themes/wplms_modern/langauges to wp-content/languages/themes/ folder. This should work.November 1, 2016 at 7:22 am #77438UnbelievaSpectator2. Thank you. 4. As I already said, it has already been copied to the correct location.November 1, 2016 at 8:31 am #77458Skywalker [ ex VibeThemes]Participant4. checking...November 1, 2016 at 8:58 am #77462Skywalker [ ex VibeThemes]Participantwp-admin->plugins->editor->wplms-customizer.php add these lines and click on update file. DONE!!! http://prntscr.com/d1l4d4 add_filter('gettext','my_thing_translate',20,3); function my_thing_translate($translated_text, $text, $domain){ switch ($translated_text){ case 'More Reviews': $translated_text = 'Rohkem Kommentaare'; break; case 'Less Reviews': $translated_text = 'vähem ülevaateid'; break; } return $translated_text; }November 2, 2016 at 4:26 pm #77762UnbelievaSpectatorI can see the translations now, but now the other translations concerning the Reviews have vanished! Why and how to fix it?
-
AuthorPosts
- The topic ‘Can't find the strings for translations’ is closed to new replies.