You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently the project doesn't have a translation available at Transifex, but you can generate a Language file manually and create a PR for this repo.
Go to the locales folder (e.g /var/www/glpi.example.com/web/plugins/reports/locales) and create a copy of the translation files to your locale (e.g pt_BR).
Edit the *.po files manually or through POEdit (or any other editor of your preference).
Generate the respective *.mo files for your locale. The following command will regenerate all translation files (I'm using Linux):
cd /var/www/glpi.example.com/web/plugins/reports/locales
for file in "`pwd`"/*.po; do msgcat $file | msgfmt -o $(basename "$file" .po).mo -; done
User/developer plugin documentation is missing.
...
The text was updated successfully, but these errors were encountered: