Translation Tester |
I made a simple CI app to test translation files. It allow you to easily detect if there is missing or extra strings. Compare the original text side by side with its translation to check the quality of the translation.
Installation is very simple, just copy the files in any existing CI app (controller, view, library etc). There's nothing to configure. http://aldra.ca/project/translation-tester
(02-21-2015, 09:03 PM)ciadmin Wrote: That looks like something I could use! I used it to test my french translation for CI3. It's more reliable than scanning the files with your own eyes to find missing string !
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/
Do you have a repo that can be forked? I have some enhancements in mind
James Parry
Project Lead
(03-21-2015, 08:11 AM)jlp Wrote: Do you have a repo that can be forked? I have some enhancements in mind No, I manage all my projects on a private SVN repository. But I can merge your enhancements in my repo. What do you have in mind?
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/
New version available for download. I added a summary page to display the number of errors for each languages, and a button to only show the errors.
@jlp: it's the same version you already have, with some cosmetic changes...
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/
Looking nice, it would make more sense to create phpunit testing module, though.
|
Welcome Guest, Not a member yet? Register Sign In |