The sample can probably eliminate all localized strings all together
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Fri, 06 Jun 2014 12:25:13 +0200
changeset 171205a4b9e9152
parent 170 48bfe81e293b
child 172 e105b5f7059b
The sample can probably eliminate all localized strings all together
minesweeper/AndroidManifest.xml
minesweeper/res/values/strings.xml
     1.1 --- a/minesweeper/AndroidManifest.xml	Fri Jun 06 12:21:21 2014 +0200
     1.2 +++ b/minesweeper/AndroidManifest.xml	Fri Jun 06 12:25:13 2014 +0200
     1.3 @@ -36,7 +36,7 @@
     1.4      <application
     1.5          android:allowBackup="true"
     1.6          android:icon="@drawable/ic_launcher"
     1.7 -        android:label="@string/app_name"
     1.8 +        android:label="Minesweeper"
     1.9          android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen">
    1.10          <activity android:name="org.apidesign.brwsr.DlvkBrwsr" 
    1.11                    android:configChanges="orientation|screenSize">
     2.1 --- a/minesweeper/res/values/strings.xml	Fri Jun 06 12:21:21 2014 +0200
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,34 +0,0 @@
     2.4 -<?xml version="1.0" encoding="utf-8"?>
     2.5 -<!--
     2.6 -
     2.7 -    The MIT License (MIT)
     2.8 -
     2.9 -    Copyright (C) 2013 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    2.10 -
    2.11 -    Permission is hereby granted, free of charge, to any person obtaining a copy
    2.12 -    of this software and associated documentation files (the "Software"), to deal
    2.13 -    in the Software without restriction, including without limitation the rights
    2.14 -    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    2.15 -    copies of the Software, and to permit persons to whom the Software is
    2.16 -    furnished to do so, subject to the following conditions:
    2.17 -
    2.18 -    The above copyright notice and this permission notice shall be included in
    2.19 -    all copies or substantial portions of the Software.
    2.20 -
    2.21 -    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    2.22 -    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    2.23 -    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    2.24 -    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    2.25 -    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    2.26 -    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    2.27 -    THE SOFTWARE.
    2.28 -
    2.29 --->
    2.30 -<resources>
    2.31 -
    2.32 -    <string name="app_name">Minesweeper</string>
    2.33 -    <string name="hello">Hello m4dlvk!</string>
    2.34 -    <string name="action_settings">Settings</string>
    2.35 -    <string name="hello_world">Hello world!</string>
    2.36 -
    2.37 -</resources>
    2.38 \ No newline at end of file