mirror of
https://github.com/go-gitea/gitea
synced 2025-08-10 03:28:20 +00:00
Filter locales under 25% (#9893)
* Create update-locales.sh * Update .drone.yml * fix file perms +x
This commit is contained in:
@@ -317,10 +317,7 @@ steps:
|
||||
pull: default
|
||||
image: alpine:3.11
|
||||
commands:
|
||||
- mv ./options/locale/locale_en-US.ini ./options/
|
||||
- "sed -i -e 's/=\"/=/g' -e 's/\"$$//g' ./options/locale/*.ini"
|
||||
- "sed -i -e 's/\\\\\\\\\"/\"/g' ./options/locale/*.ini"
|
||||
- mv ./options/locale_en-US.ini ./options/locale/
|
||||
- ./scripts/update-locales.sh
|
||||
|
||||
- name: push
|
||||
pull: always
|
||||
|
Reference in New Issue
Block a user