Welcome Guest, Not a member yet? Register   Sign In
Translation Tester
#1

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
Reply
#2

That looks like something I could use! Big Grin
Reply
#3

(02-21-2015, 09:03 PM)ciadmin Wrote: That looks like something I could use! Big Grin

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 ! Wink
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/
Reply
#4

Cool idea. Thank you.
Reply
#5

Do you have a repo that can be forked? I have some enhancements in mind Smile
James Parry
Project Lead
Reply
#6

(03-21-2015, 08:11 AM)jlp Wrote: Do you have a repo that can be forked? I have some enhancements in mind Smile

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! ***/
Reply
#7

(03-22-2015, 07:08 AM)includebeer Wrote:
(03-21-2015, 08:11 AM)jlp Wrote: Do you have a repo that can be forked? I have some enhancements in mind Smile

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?

I will reply offline Smile
Reply
#8
Lightbulb 

It's a good idea! Put on GitHub. Big Grin
Reply
#9

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! ***/
Reply
#10

Looking nice, it would make more sense to create phpunit testing module, though.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB