-
Notifications
You must be signed in to change notification settings - Fork 69
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
Flag to keep manually added translations #160
Comments
This is what the parameter "removeUnusedIds" is for. |
Fair.. but the use case would be to remove unused strings generated from source This is the problem im trying to solve so it might not be an issue in future versions. (I did work around it) |
This is not implemented yet.
…Sent from my iPhone
Am 06.05.2020 um 18:08 schrieb Ricardo Saracino ***@***.***>:
This is what the parameter "removeUnusedIds" is for.
Fair.. but the use case would be to remove unused strings generated from source <tag i18n>, but keep manually added stings to the file.
This is the problem im trying to solve so it might not be an issue in future versions. (I did work around it)
https://stackoverflow.com/questions/60167454/angular-9-localize-not-working-with-configuration-de/60724920#60724920
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would love to see a flag to keep translations manually added from .ts files (via
$localize'test'
). Maybe it could be flagged with the datatype<trans-unit id="4273316163716213798" datatype="manual">
The text was updated successfully, but these errors were encountered: