nbrabant / rpi-inventory

3 stars 3 forks source link

Application translation #22

Open nbrabant opened 2 years ago

nbrabant commented 2 years ago

Actually, the application use french in most of message and interfaces

The goal is to make all of this messages as translatable and complete the i18n files

mehraankush commented 2 years ago

in which file i have to look for the issue

nbrabant commented 2 years ago

Hello

The translatables strings are in the Vue templates in resources/js/components directory The i18n files are in the resources/js/* directories

thanks

dangenendt commented 2 years ago

IMHO we should split this hole issue (translations). Doing everything in one issue is not effective and very much. What about issue 1: Adding vue-i18n (or alternative) package and translations for one "namespace" like "app/carts/*" issue 2: translations for namespace "app/configurations" and so on. What do you think @nbrabant

nbrabant commented 2 years ago

Yes @dangenendt , i am agree with you, this issue is an epic

I have split this issue into little ones will be more digest and make more sense :