ytcc
ytcc copied to clipboard
Translations for v2
Translations for v2 should also use gettext as in v1. Translations should be updated and relevant strings should be translated
Decided to make translations not a blocker for the 2.0.0 release, because youtube-dl is not translated. Right now no string is translated in the master branch. Most parts of the translation infrastructure are still in place. Translating should be a matter of wrapping translatable stings in _(...)
and run xgettext and create a new PO template (and of course).