Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 47f885d1 authored by Peter Vágner's avatar Peter Vágner
Browse files

use disable lint check "MissingTranslation" for now rather than inserting wrong language strings.

parent ce533a31
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -44,9 +44,14 @@ android {
    compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_6
    }
    lintOptions {
        // TODO: Remove MissingTranslation once we have stable strings and proper translations.
        disable 'MissingTranslation'
    }
}

dependencies {
    compile 'com.android.support:support-v4:23.1.1'
    compile 'com.android.support:appcompat-v7:23.1.1'
}
+0 −7
Original line number Diff line number Diff line
@@ -16,13 +16,6 @@
  -->

<resources>
    <string name="lib_name">microG UI Tools</string>
    <string name="lib_license">Apache License 2.0, Copyright © microG Team</string>

    <string name="about_version_str">Version %1$s</string>
    <string name="about_name_version_str">%1$s %2$s</string>
    <string name="about_default_license">All rights reserved.</string>

  <string name="prefcat_setup">Поставка</string>

  <string name="self_check_title">микроГ самопровера</string>