Skip to content

Commit

Permalink
ignoring missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
VishalNehra committed Dec 3, 2014
1 parent 31f506e commit 0c2673d
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 8 deletions.
4 changes: 3 additions & 1 deletion res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->

<resources>
<resources
xmlns:tools="http://schemas.android.com/tools"
tools:ignore="MissingTranslation">
<string name="app_name">Beispiel der Navigationsleiste</string> <!--do you actually need that one?-->
<string name="drawer_open">Öffne Navigationsleiste</string>
<string name="drawer_close">Schließe Navigationsleiste</string>
Expand Down
4 changes: 3 additions & 1 deletion res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->

<resources>
<resources
xmlns:tools="http://schemas.android.com/tools"
tools:ignore="MissingTranslation">
<string name="app_name">Exemple de tiroir de navigation</string>
<string name="drawer_open">Ouvrir le panneau de navigation</string>
<string name="drawer_close">Fermer le panneau de navigation</string>
Expand Down
4 changes: 3 additions & 1 deletion res/values-it/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->

<resources>
<resources
xmlns:tools="http://schemas.android.com/tools"
tools:ignore="MissingTranslation">
<string name="app_name">Esempio del Drawer di Navigazione</string>
<string name="drawer_open">Apri il Drawer di navigazione</string>
<string name="drawer_close">Chiudi il Drawer di navigazione</string>
Expand Down
4 changes: 3 additions & 1 deletion res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<resources>
<resources
xmlns:tools="http://schemas.android.com/tools"
tools:ignore="MissingTranslation">
<string name="app_name">Пример навигации по меню</string>
<string name="drawer_open">Открыть меню навигации</string>
<string name="drawer_close">Закрыть меню навигации</string>
Expand Down
6 changes: 4 additions & 2 deletions res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->

<resources>
<resources
xmlns:tools="http://schemas.android.com/tools"
tools:ignore="MissingTranslation">
<string name="books">书签</string>
<string name="icon">图标</string>
<string name="efn">请输入文件名</string>
Expand Down
4 changes: 3 additions & 1 deletion res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->

<resources>
<resources
xmlns:tools="http://schemas.android.com/tools"
tools:ignore="MissingTranslation">
<string-array name="uimode">
<item>@string/simple</item>
<item>@string/card</item>
Expand Down
6 changes: 5 additions & 1 deletion res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>

<!--
Copyright (C) 2014 Arpit Khurana <arpitkh96@gmail.com>, Vishal Nehra <vishalmeham2@gmail.com>
Expand All @@ -17,7 +19,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->

<resources>
<resources
xmlns:tools="http://schemas.android.com/tools"
tools:ignore="MissingTranslation">
<string name="app_name">Navigation Drawer Example</string>
<string name="drawer_open">Open navigation drawer</string>
<string name="drawer_close">Close navigation drawer</string>
Expand Down

0 comments on commit 0c2673d

Please sign in to comment.