mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-11 00:02:51 -05:00
[Help wanted] Improve translations #98
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pd4d10 on GitHub (Jan 5, 2021).
We are using WebLate to do translation works:
Workflow
AppLocalizations.of(context).yourNewKeyin the widgetStatus
@RickyM7 commented on GitHub (Jan 11, 2021):
@pd4d10 It would be great if your project were added to some localization platform, such as Crowdin, WebLate, POEditor, etc. These platforms have free plans and make the work of translators much easier.
@pd4d10 commented on GitHub (Jan 11, 2021):
Good idea! Which platform would you suggest?
@RickyM7 commented on GitHub (Jan 11, 2021):
@pd4d10 WebLate for having more scripts that automate the process of bringing translations to repo or Crowdin by having many open source projects there. For translators both platforms are good but WebLate is a bit better (in my opinion).
@1hiking commented on GitHub (Jan 28, 2021):
I would happily contribute in WebLate
@pd4d10 commented on GitHub (Jan 30, 2021):
OK, let's give it a try!
But the WebLate seems to have no free option. The trial would expire after a week.
@shreyas1599 commented on GitHub (Jan 30, 2021):
What about Crowdin? Seems to be free.
@RickyM7 commented on GitHub (Jan 30, 2021):
@pd4d10 That's weird, take a look.

Can you take a look at this site? That's to have the
Libre plan.But if it doesn't work out with WebLate, using Crowdin would be great too.
@pd4d10 commented on GitHub (Jan 30, 2021):
Spend some time to figure out how it works: The libre hosting approval is requested.
https://hosted.weblate.org/projects/git-touch/git-touch/
@pd4d10 commented on GitHub (Feb 3, 2021):
https://hosted.weblate.org/projects/git-touch/git-touch/#alerts
WebLate marks
zhandnbas duplicated translation, which are necessary for Flutter (See https://github.com/git-touch/git-touch/pull/180#issuecomment-772168805)Does anyone know how to solve this?
@pd4d10 commented on GitHub (Feb 14, 2021):
Submitted an issue to weblate repo: https://github.com/WeblateOrg/weblate/issues/5427
@pd4d10 commented on GitHub (Feb 15, 2021):
Temporarily solved by excluding these by language filter:
^(?!(zh|nb)$).+$@linsui commented on GitHub (Feb 27, 2021):
Some strings are not translatable. E.g.
App Language.@pd4d10 commented on GitHub (Feb 27, 2021):
Yep, we should do something in the codebase:
lib/l10n/intl_en.arbAppLocalizations.of(context).yourNewKeyin the widgetThen submit a pull request. These texts could be translated after merged to the main branch.
@Tealk commented on GitHub (Mar 31, 2021):
I added the German language, but I could not find some entries in the app, so it is difficult to translate them accurately.