jekkos
jekkos
can we maybe just copy the ci3 file in our branch and then maintain it? all the translations should be there, we just need to convert them.
the only annoyance is that the folder structure for language names in ci3 is different so the files need to be moved one by one. Or I steal the mapping...
I quickly built this mapping table in zsh from the code ``` typeset -A hash hash[arabic]="ar-EG" hash[arabic]="ar-LB" hash[azerbaijani]="az-AZ" hash[bulgarian]="bg" hash[bosnian]="bs-BA" hash[czech]="cs" hash[danish]="da" hash[german]="de" hash[german]="de-CH" hash[greek]="el" hash[english]="en-GB" hash[english]="en-US" hash[spanish]="es" hash[spanish]="es-MX" hash[french]="fr"...
Pushed the calendar language files now in ci4-branch. I will need to reconfigure weblate so translators can also work on these files.
I pushed them straight to the branch https://github.com/opensourcepos/opensourcepos/commit/6843443a1f89cae203334a32d1d841038cb11b85
I don't see the english file in there indeed. It's also not in the t[ranslation repository](https://github.com/bcit-ci/codeigniter3-translations/tree/develop/language). EDIT found it now, only english is in the CodeIgniter repository itself, will convert...
Added the english files now as well.
Alright I think the autodeploy now also works again, I checked dev server and see that we have Cal.su in use, so even Calendar is abbreviated? Maybe we should change...
Pushed a change now that strips the prefix
I would go for the first option then. Will do the change later today.