Fix "auto webtoon mode" detection
The detection didn't work properly in case the selected manga was in a different language than English or the current active translation. In that case it didn't work because the translation for that locale wasn't loaded. So to ensure that the translation exists for each language, we have to hardcode it.
This commit is contained in:
1
.github/workflows/update_i18n_languages.yml
vendored
1
.github/workflows/update_i18n_languages.yml
vendored
@@ -48,6 +48,7 @@ jobs:
|
||||
cd master
|
||||
echo "WEBLATE_TOKEN=${{ secrets.MY_SECRET }}" > .env
|
||||
yarn i18n:gen-resources
|
||||
yarn manga:gen-type-tags
|
||||
|
||||
- name: Push changes
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user