Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Enable more text to be translated #4426

Merged
merged 11 commits into from
Apr 8, 2024

Conversation

jpenna
Copy link
Contributor

@jpenna jpenna commented Jan 19, 2024

Feature Preview

partially fixes #4276 by allowing for shortcuts to be translated.


PR Checklist

  • My code adheres to AppFlowy's Conventions
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

@LucasXu0 LucasXu0 marked this pull request as draft January 20, 2024 15:18
@jpenna
Copy link
Contributor Author

jpenna commented Jan 24, 2024

@jpenna jpenna force-pushed the 4276-translations branch 2 times, most recently from ffae604 to 65aeb0b Compare January 30, 2024 17:52
@jpenna jpenna marked this pull request as ready for review January 30, 2024 18:38
When customizing shortcuts, the key was used for the description of the
shortcut. Since the key is hardcoded, is defined at compile time and shouldn't depend on locale, a new field
`description` was added to the commands to provide the localized
description.
The tool that requries this file (called "asdf")
is suggested in the AppFlowy's documentation for
installing Flutter and Dart, so it makes sense to
have it ignored by default.

Maybe it should be committed,
so it whould be easier to keep all contributors with the same Flutter version.
@jpenna jpenna force-pushed the 4276-translations branch from 65aeb0b to c04158a Compare January 31, 2024 19:07
@Xazin
Copy link
Contributor

Xazin commented Feb 28, 2024

Hey @jpenna Seems some unit tests are failing, can you take a look?

@jpenna
Copy link
Contributor Author

jpenna commented Mar 8, 2024

Yes, I'll take a look next week!

@LucasXu0 LucasXu0 self-requested a review March 16, 2024 03:17
@LucasXu0 LucasXu0 added translation tasks related to translating AppFlowy into different languages v0.5.3 labels Mar 16, 2024
@Xazin Xazin added v0.5.4 and removed v0.5.3 labels Mar 23, 2024
@LucasXu0 LucasXu0 merged commit 3171712 into AppFlowy-IO:main Apr 8, 2024
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
translation tasks related to translating AppFlowy into different languages v0.5.4
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] non translateable labels
3 participants