Open mcomella opened 5 years ago
@pocmo Have you seen this before? We don't explicitly include this string so I don't know what's happening.
For the initial release of Fenix we had to add those strings to browser-errorspages
to get them translated before the actual feature-applinks
component could land.
@jonalmeida moved the strings later to the right component in https://github.com/mozilla-mobile/android-components/commit/591bc2bfd02c81812e027af22b3ca4b8dcff3273
But looking at the repo it looks like the translations are still around, for example here: https://github.com/mozilla-mobile/android-components/blob/master/components/browser/errorpages/src/main/res/values-es/strings.xml#L262-L269
@Pike Is this the intentional behavior of compare-locales
? I would have expected it to remove those translated strings on the next import.
Files are only changed if the localization changes, so when there's nothing to do, or localizers fall behind, the obsolete strings just stay around.
That's because we're not converting, we're just copying the actual translation files around.
@pocmo Should this issue be refiled as part of a-c then?
Vision statement / What / Requirements
When compiling a local build (
./gradlew assembleSystemDebug
), I get the following warning:Impact
I don't know what the effect of this is but we don't use applinks so and it's just a warning about a string resource so I think minimal.
Acceptance criteria
@pocmo Have you seen this before? We don't explicitly include this string so I don't know what's happening.