vincent-peugnet / antilope

Antilope private tracker for IRL sharing, allowing members to share anything inside communities.
https://antilope-alpha.club1.fr/
GNU Affero General Public License v3.0
9 stars 2 forks source link

feat i18n #105

Closed n-peugnet closed 3 years ago

n-peugnet commented 3 years ago

Translations

reminder :

bin/console translation:missing       # check missing strings for fallback locale (en)
bin/console translation:missing --all # check missing strings for all locales
bin/console translation:extract       # extract missing string for fallback locale (en)
bin/console translation:extract --all # extract missing string for all locales

The first one is run in composer check, as the fallback should always be up to date.

Links

Closes #61