Here is the Traditional Chinese (zh_TW) translation group. I’m evaluating Indico for our open source conferences in Taiwan.
Hey!
I have seen that you have already finished translating Indico. As a first step I would recommend to create an account on https://transifex.com and join our Indico team there. We already have someone actively translating Indico to Chinese there 
Regards,
Michal
Hi,
I already have an account on Transifex with my email address. Could you please add me into the Indico team? Thanks.
For some reason I can’t access your profile on Transifex. Can you please send a join request to the Indico Team?
I need to send language request for Chinese(Taiwan) first then join the team. I’ve seen that the language has been added and just sent the join request. 
Finally! I have done >98% of core translation and uploaded to Transifex!
…
…
And just found that 2.2.5 was released 2 days before 


There shouldn’t be more than a few messages changed since the last 2.2.x versions
I hope the plural form problems have been solved so that I can use Traditional Chinese.
Will try after upgrading…
yes, they have been fixed
I did the following actions:
- upgraded to 2.2.5 including plugins and db
- delete all the files under ~indico/cache
- copy my po files to translations/zh_TW/LC_MESSAGES (the zh_Hant_TW symlink is still there)
- run
indico i18n compile-catalogandindico i18n compile-catalog-react - systemctl restart indico-celery.service
But I still get the following error in Room booking system:
Uncaught Error: Placeholder '{number}' got no value
at e (index.js:169)
at index.js:177
at Array.map (<anonymous>)
at e (index.js:176)
at S (index.js:195)
at Function.value (index.js:394)
at Module.<anonymous> (RoomEditModal.jsx:393)
at a (bootstrap:84)
at Object.<anonymous> (index.js:1)
at a (bootstrap:84)
I also tried cleaning the browser cache and using privacy mode.
Any suggestion to debug?
Most likely your PO files still have wrong data for “Weekly” and/or “Monthly” (which was previous reused in a singular-only and singular+plural case, causing the error). We added context to distinguish them but if you use the same PO file as before you still have the error.
To update your PO files either re-download them from transifex or update them locally using indico i18n update-catalog-react (not sure if that works outside a development setup though).
Yes, thanks. Finally I got Traditional Chinese works!
The updated translations will be packed along with 2.2.6 or 2.3.0, right?
Great to hear that.
Would you mind to give us a reference (URL) to your site, to see how it works and eventually get other contributors motivated to work on i18n, too?
5 posts were split to a new topic: Plural forms on Transifex
Hi everyone,
I see there’s been discussion about Traditional Chinese translation since 2019, and I’d like to work on this.
Interestingly, Transifex shows Chinese (Taiwan) at 89% complete, but there’s no zh-TW folder in the GitHub repo yet. Just applied to join the Transifex team to better understand the current status.
What would it take to get this translation into an official release? Is it mainly about completing the remaining strings, or are there other steps involved?
For what it’s worth, I’ve been working on zh-TW localization for various open source projects - feel free to check my GitHub or Weblate profile if that’s helpful.
Looking forward to your thoughts!
Once a translation is considered complete (ideally w/ a proper glossary defined on transifex that’s used throughout the translation), we can generally include it as long as there are no (technical) issues with it.