wordpress icon indicating copy to clipboard operation
wordpress copied to clipboard

Review current use of wp-languages.github.io

Open ottok opened this issue 8 years ago • 3 comments

The reliability of wp-languages.github.io has some times been a bit flaky. It's long term viability should be reviewed.

Also check out https://github.com/Angrycreative/composer-plugin-language-update as a potential option.

ottok avatar Dec 09 '17 14:12 ottok

With new wp-cli tools and our own wp-fix-languages we are one step closer to not having to use composer for language pack installations in the future anymore.

image

ottok avatar Mar 01 '19 08:03 ottok

We have not had any issues with wp-languages.github.io for a long while. The plugin https://github.com/Angrycreative/composer-plugin-language-update has not been updated in 3 years.

We could move to a wp-cli -only method, but then we would loose some of the Composer niceness.

What do others think?

ottok avatar May 26 '20 07:05 ottok

We still have in composer.json language files installed with:

    "koodimonni-language/fi": "*",
    "koodimonni-language/sv_se": "*",

WordPress itself also installs language files, and we have the helper wp-fix-languages that also does it (and it runs automatically on dev environment bootstrap).

Our wp-fix-languages uses wp-cli language pack installation commands, that cover much more than what wp-languages.github.io. In the long run we should get these removed from composer.json.

ottok avatar Jan 27 '21 13:01 ottok