From aad4872f681487debe881665fc58bc03e0744ae6 Mon Sep 17 00:00:00 2001 From: Eric House Date: Mon, 7 Apr 2014 08:14:09 -0700 Subject: [PATCH] generate menu resources from the old files, adding the 'loc:' key for those title strings listed in strings.xml --- xwords4/android/XWords4-bt/build.xml | 5 ++++ xwords4/android/XWords4/res/menu/.gitignore | 6 ++++ xwords4/android/scripts/mk_xml.py | 33 +++++++++++++++++++++ 3 files changed, 44 insertions(+) create mode 100644 xwords4/android/XWords4/res/menu/.gitignore create mode 100755 xwords4/android/scripts/mk_xml.py diff --git a/xwords4/android/XWords4-bt/build.xml b/xwords4/android/XWords4-bt/build.xml index ee9728451..22bb420e3 100644 --- a/xwords4/android/XWords4-bt/build.xml +++ b/xwords4/android/XWords4-bt/build.xml @@ -102,6 +102,11 @@ failonerror="true" output="/dev/null" /> + + +