codeigniter4 / translations

System message translations for CodeIgniter4
https://codeigniter4.github.io/translations/
MIT License
197 stars 206 forks source link

chore: add script to check untranslated locales #256

Closed kenjis closed 2 years ago

kenjis commented 2 years ago

Check untranslated locales:

$ bin/test

Run test for specific locale:

$ bin/test ja
kenjis commented 2 years ago

@paulbalandan I rewrote the code. Can you check to work with Windows?