Skip to content

Commit

Permalink
Merge pull request #622 from cbleek/hungarian
Browse files Browse the repository at this point in the history
add hungarian language
  • Loading branch information
cbleek committed Jan 20, 2021
2 parents 5c4f1c7 + 08a43e2 commit ceaf1df
Show file tree
Hide file tree
Showing 30 changed files with 8,517 additions and 2,979 deletions.
2 changes: 1 addition & 1 deletion bin/translate
Expand Up @@ -56,7 +56,7 @@ xgettext -L PHP --force-po $EXCLUDE_OPTION -o "language/messages.pot" --from-cod
rm _translatable_files


for language in de_DE fr fr_BE es it nl_BE ru pl tr hi_IN ar pt zh sr ro el_GR; do
for language in de_DE fr fr_BE es it nl_BE ru pl tr hi_IN hu_HU ar pt zh sr ro el_GR; do
echo "-- build ${language}.mo file"
msgfmt -cv -o language/${language}.mo language/${language}.po
done;
Expand Down
312 changes: 156 additions & 156 deletions module/Applications/language/_annotated_strings.php

Large diffs are not rendered by default.

Binary file added module/Applications/language/hu_HU.mo
Binary file not shown.

0 comments on commit ceaf1df

Please sign in to comment.