hometown-fork / hometown

A supported fork of Mastodon that provides local posting and a wider range of content types.
GNU Affero General Public License v3.0
752 stars 57 forks source link

Translations? #1184

Open nclm opened 2 years ago

nclm commented 2 years ago

Hi! I started using hometown on a private instance which is set in French and where everyone speaks French. But it seems that hometown-specific copy (federation options) is still in English. I’d like to contribute a translation, but how should I do it? Thanks!

BryceStevenWilley commented 1 year ago

It looks like all of the 6 files with text to translate are listed in the crowdin.yml file. For french, those would be:

It also looks like where translation is needed, there is just English text where there should be French. For example, on these lines in fr.json. If you look for merged PRs that are about translation (like this translation for Italian, or this one for German, you'll probably get some good hints about where the untranslated strings are.

dariusk commented 1 year ago

I am happy to accept translations, even from people who do not know how to update the code themselves.

@nclm if you or someone you know could put translations for the following in this thread, I am happy to update the code myself!

  "federation.federated.long": "Allow post to reach other servers",
  "federation.federated.short": "Federated",
  "federation.local_only.long": "Restrict this post only to my server",
  "federation.local_only.short": "Local-only",