Commit graph

4 commits

Author SHA1 Message Date
mglae
2125e240e2 locale addon: convert to new language layout 2022-08-13 19:55:24 +02:00
mglae
6644f74963 locale addon: fix call of localedef
- Set stdin to /dev/null to fix error on Generic (GBM)
  CompletedProcess(args=['/storage/.kodi/addons/service.locale/bin/localedef', '-v', '-f', 'UTF-8', '-i', 'de_DE', '/storage/.kodi/addons/service.locale/locpath/de_DE.UTF-8'], returncode=4, stdout=b'', stderr=b"gzip: invalid magic\ngzip: invalid magic\n[error] character map file `UTF-8' not found: No such file or directory\n[warning] LC_NAME: field `name_gen' not defined\n[warning] LC_ADDRESS: field `country_post' not defined\n[warning] LC_ADDRESS: field `country_isbn' not defined\n[warning] LC_IDENTIFICATION: field `audience' not defined\n[warning] LC_IDENTIFICATION: field `application' not defined\n[warning] LC_IDENTIFICATION: field `abbreviation' not defined\n[error] no output file produced because errors were issued\n"

- Add error detection code
2022-08-13 19:55:14 +02:00
thoradia
202c44806d locale: fix dialog message 2017-05-30 08:51:47 +02:00
thoradia
6f1704dfc0 locale: initial add-on 2017-05-25 10:13:48 +02:00