]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/src/main/res/values/strings.xml
Finish the navigation menu entries with WebView dialogs.
[PrivacyCell.git] / app / src / main / res / values / strings.xml
index 57739c9a5cda703165aa8a19d9c77e9d2779be3b..59daf5692c67e250842a093329ad3c97f50ff66a 100644 (file)
   You should have received a copy of the GNU General Public License
   along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
 
-<resources>
+<!-- `tools:ignore="MissingTranslation"` allows release APKs to be built if translation strings are missing.  The missing strings will fall back to English. -->
+<resources
+    xmlns:tools="http://schemas.android.com/tools"
+    tools:ignore="MissingTranslation" >
+
     <!-- General. -->
     <string name="privacy_cell">Privacy Cell</string>
     <string name="cell">Cell</string>
+    <!-- The asset directory string should be translated to match the language code for the directory that contains the HTML files. -->
+    <string name="asset_directory">en</string>
     <string name="open_navigation_drawer">Open navigation drawer</string>
     <string name="close_navigation_drawer">Close navigation drawer</string>