Skip to content

Commit

Permalink
Revert "Add support for localized class reference"
Browse files Browse the repository at this point in the history
This reverts commit 5ef867c.

In the end we take a different approach for the class reference localization,
which no longer involves including Weblate PO files in this repo but instead
the generated rst files after running l10n versions of `--doctool` and
`make_rst.py` in the engine repository.
  • Loading branch information
akien-mga committed Dec 21, 2021
1 parent cf78697 commit 9003d52
Show file tree
Hide file tree
Showing 54 changed files with 11 additions and 32 deletions.
2 changes: 1 addition & 1 deletion list-authors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ commit=$1

rm -f authors.txt langs.txt

for file in weblate/docs/*.po; do
for file in weblate/*.po; do
authors=$(git log $commit..HEAD --date=format:"%Y" --format="%aN <%aE>, %ad." $file | grep -v 'anonymous' | sort -u)
if [ ! -z "$authors" ]; then
new_authors=""
Expand Down
Loading

0 comments on commit 9003d52

Please sign in to comment.