Opened 7 years ago

Closed 7 years ago

#4637 closed defect (fixed)

Tutorial po files not downloaded

Reported by: elexis Owned by:
Priority: Release Blocker Milestone: Alpha 22
Component: Internationalization & Localization Keywords:
Cc: Patch:

Description

As polakrity reported in Phab:rP19730#21866 the PO files are not downloaded yet. So people on transifex do translate, but the users won't be able to see those translations.

public\l10n\.tx must be patched.

Change History (4)

comment:1 by elexis, 7 years ago

Couldn't test, but:

Index: binaries/data/mods/public/l10n/.tx/config
===================================================================
--- binaries/data/mods/public/l10n/.tx/config	(revision 19791)
+++ binaries/data/mods/public/l10n/.tx/config	(working copy)
@@ -36,6 +36,11 @@
 source_file = public-maps.pot
 source_lang = en
 
+[0ad.public-tutorials]
+file_filter = <lang>.public-tutorials.po
+source_file = public-tutorials.pot
+source_lang = en
+
 [0ad.public-simulation-other]
 file_filter = <lang>.public-simulation-other.po
 source_file = public-simulation-other.pot

comment:2 by mimo, 7 years ago

I also don't know how we could test it, but looks good to me. Consider it accepted.

comment:3 by Itms, 7 years ago

My bad, I totally missed this ticket :(

The fix above looks pretty good and I can test it tonight to be sure.

comment:4 by Itms, 7 years ago

Resolution: fixed
Status: newclosed

Fixed in r19810.

Note: See TracTickets for help on using tickets.