comiko-app / comiko

๐Ÿ˜‚ L'humour prรจs de chez soi!
http://comiko.ca/
Mozilla Public License 2.0
14 stars 7 forks source link

languages support #49

Open kimond opened 7 years ago

kimond commented 7 years ago

Which language should we choose for the application? Do we stay in French or we translate everything to English? We could support both as well.

emileber commented 7 years ago

We should support both, but default to french.

kimond commented 7 years ago

Makes sense.

emileber commented 7 years ago

As a reference: https://pub.dartlang.org/packages/intl

GabLeRoux commented 6 years ago

Once implemented, I recommend using tools for open source projects such as weblate to manage translations (like github, but for translators). See weblate Hosting for free software. You'll have to do a manual request to hosted weblate.

There's transifex that seems to support open source projects too. Based on their FAQ, open source projects needs to be OSI-approved license and MPL-2.0 is part of this according to this list ๐Ÿ‘

Hint: mark this issue as hacktoberfest, I think that anyone able to read the docs should be ok to integrate intl ๐Ÿš€