Skip to content

Commit

Permalink
Remove broken locale folder and files used for translation
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-niles committed Jun 11, 2024
1 parent a6d491a commit 57a2016
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 37 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initialize new Vue.js project in `zimui` subfolder
- Update dependencies in pyproject.toml (pydantic, pyhumps, python-slugify)
- Update scraper to generate JSON files for `zimui` (#212)
- Remove template files (home.html, article.html) and `make_html_files` method in scraper.py
- Remove old UI files and methods: template files (home.html, article.html) and `make_html_files` method in scraper.py
- Remove broken locale folder and files used for translation; translation will be restored with #222

## [2.3.0] - 2024-05-22

Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ LABEL org.opencontainers.image.source https://github.com/openzim/youtube
# Install necessary packages
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
locales-all \
wget \
unzip \
ffmpeg \
Expand Down
35 changes: 0 additions & 35 deletions scraper/src/youtube2zim/locale/fr/LC_MESSAGES/messages.po

This file was deleted.

0 comments on commit 57a2016

Please sign in to comment.