Skip to content

Commit

Permalink
Add an example Pig Latin translation
Browse files Browse the repository at this point in the history
  • Loading branch information
QuLogic committed Aug 20, 2024
1 parent 3a19d7a commit e6a620e
Show file tree
Hide file tree
Showing 3 changed files with 450 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- python/install-packages
- run:
name: Build docs
command: cd docs/ && make html
command: cd docs/ && make html O="-Dlanguage='la'"
- persist_to_workspace:
root: docs/_build/html
paths: .
Expand Down
Binary file added docs/locales/la/LC_MESSAGES/brochure.mo
Binary file not shown.
Loading

0 comments on commit e6a620e

Please sign in to comment.