mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-25 00:58:50 -05:00
One-liner to clean up translations.
We shouldn't have to write the same one-liner over and over again.
This commit is contained in:
parent
e123d378f4
commit
5188fc37e5
@ -2,6 +2,13 @@
|
|||||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||||
<!-- === App-specific strings ============================================================= -->
|
<!-- === App-specific strings ============================================================= -->
|
||||||
|
|
||||||
|
<!--
|
||||||
|
When removing strings from the main file, please cleanup the translations.
|
||||||
|
|
||||||
|
This doesn't work on multiline strings, nor strings with the NEW tag.
|
||||||
|
find . -name strings.xml | xargs perl -pi -e's!^\s+<string name="string_name_here".+?</string>\s*\z!!'
|
||||||
|
-->
|
||||||
|
|
||||||
<!-- This should make it easier for forks to change the branding -->
|
<!-- This should make it easier for forks to change the branding -->
|
||||||
|
|
||||||
<!-- Used in AndroidManifest.xml -->
|
<!-- Used in AndroidManifest.xml -->
|
||||||
|
Loading…
Reference in New Issue
Block a user