AcrylicPaint icon indicating copy to clipboard operation
AcrylicPaint copied to clipboard

Lint errors in translations

Open valerio-bozzolan opened this issue 6 years ago • 0 comments

An user has warned about these Lint errors:

:app:lintVitalRelease/home/mhoffmann/projects/oss/fdroiddata/build/anupam.acrylic/app/src/main/res/values/strings.xml:4: Error: "app_name" is not translated in "it" (Italian) [MissingTranslation]     <string name="app_name">Acrylic Paint</string>             ~~~~~~~~~~~~~~~ /home/mhoffmann/projects/oss/fdroiddata/build/anupam.acrylic/app/src/main/res/values/strings.xml:16: Error: "open_image" is not translated in "fr" (French), "ru" (Russian) [MissingTranslation]     <string name="open_image">Open image as background</string>             ~~~~~~~~~~~~~~~~~ /home/mhoffmann/projects/oss/fdroiddata/build/anupam.acrylic/app/src/main/res/values/strings.xml:17: Error: "fill_background_with_color" is not translated in "fr" (French), "it" (Italian), "ru" (Russian) [MissingTranslation]     <string name="fill_background_with_color">Fill background with color</string>             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/mhoffmann/projects/oss/fdroiddata/build/anupam.acrylic/app/src/main/res/values/strings.xml:23: Error: "ok" is not translated in "it" (Italian) [MissingTranslation]     <string name="ok">OK</string>             ~~~~~~~~~ /home/mhoffmann/projects/oss/fdroiddata/build/anupam.acrylic/app/src/main/res/values/strings.xml:59: Error: "select_image_to_open" is not translated in "fr" (French), "ru" (Russian) [MissingTranslation]     <string name="select_image_to_open">Select image to open</string>             ~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/mhoffmann/projects/oss/fdroiddata/build/anupam.acrylic/app/src/main/res/values/strings.xml:60: Error: "extract_color" is not translated in "fr" (French), "it" (Italian), "ru" (Russian) [MissingTranslation]     <string name="extract_color">Extract a color</string>             ~~~~~~~~~~~~~~~~~~~~ /home/mhoffmann/projects/oss/fdroiddata/build/anupam.acrylic/app/src/main/res/values/strings.xml:61: Error: "color_extracted" is not translated in "fr" (French), "it" (Italian), "ru" (Russian) [MissingTranslation]     <string name="color_extracted">New color extracted</string>             ~~~~~~~~~~~~~~~~~~~~~~ /home/mhoffmann/projects/oss/fdroiddata/build/anupam.acrylic/app/src/main/res/values/strings.xml:62: Error: "tap_to_extract_color" is not translated in "fr" (French), "it" (Italian), "ru" (Russian) [MissingTranslation]     <string name="tap_to_extract_color">Tap anywhere to extract a color</string>             ~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/mhoffmann/projects/oss/fdroiddata/build/anupam.acrylic/app/src/main/res/values/strings.xml:63: Error: "ability_disabled_need_newer_api_level" is not translated in "fr" (French), "it" (Italian), "ru" (Russian) [MissingTranslation]     <string name="ability_disabled_need_newer_api_level">That ability is disabled because it requires a newer Android version (at least API level 17).</string>             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/mhoffmann/projects/oss/fdroiddata/build/anupam.acrylic/app/src/main/res/values/strings.xml:64: Error: "smudge" is not translated in "fr" (French), "it" (Italian), "ru" (Russian) [MissingTranslation]     <string name="smudge">Smudge</string>             ~~~~~~~~~~~~~

They are quite easy to fix I think.

valerio-bozzolan avatar Sep 05 '17 06:09 valerio-bozzolan