mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Change make-keyboard-text -java option to point LatinIME/java directory
Change-Id: I812713da5918049c0e504e48bd0693df2f7bf46d
This commit is contained in:
parent
ad508d029f
commit
5eb6ea9f27
@ -24,7 +24,8 @@ import java.util.HashMap;
|
|||||||
* !!!!! DO NOT EDIT THIS FILE !!!!!
|
* !!!!! DO NOT EDIT THIS FILE !!!!!
|
||||||
*
|
*
|
||||||
* This file is generated by tools/make-keyboard-text. The base template file is
|
* This file is generated by tools/make-keyboard-text. The base template file is
|
||||||
* tools/make-keyboard-text/res/com/android/inputmethod/keyboard/internal/KeyboardTextsTable.tmpl
|
* tools/make-keyboard-text/res/src/com/android/inputmethod/keyboard/internal/
|
||||||
|
* KeyboardTextsTable.tmpl
|
||||||
*
|
*
|
||||||
* This file must be updated when any text resources in keyboard layout files have been changed.
|
* This file must be updated when any text resources in keyboard layout files have been changed.
|
||||||
* These text resources are referred as "!text/<resource_name>" in keyboard XML definitions,
|
* These text resources are referred as "!text/<resource_name>" in keyboard XML definitions,
|
||||||
@ -34,7 +35,7 @@ import java.util.HashMap;
|
|||||||
* To update this file, please run the following commands.
|
* To update this file, please run the following commands.
|
||||||
* $ cd $ANDROID_BUILD_TOP
|
* $ cd $ANDROID_BUILD_TOP
|
||||||
* $ mmm packages/inputmethods/LatinIME/tools/make-keyboard-text
|
* $ mmm packages/inputmethods/LatinIME/tools/make-keyboard-text
|
||||||
* $ make-keyboard-text -java packages/inputmethods/LatinIME/java/src
|
* $ make-keyboard-text -java packages/inputmethods/LatinIME/java
|
||||||
*
|
*
|
||||||
* The updated source file will be generated to the following path (this file).
|
* The updated source file will be generated to the following path (this file).
|
||||||
* packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
|
* packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
|
||||||
|
@ -24,7 +24,8 @@ import java.util.HashMap;
|
|||||||
* !!!!! DO NOT EDIT THIS FILE !!!!!
|
* !!!!! DO NOT EDIT THIS FILE !!!!!
|
||||||
*
|
*
|
||||||
* This file is generated by tools/make-keyboard-text. The base template file is
|
* This file is generated by tools/make-keyboard-text. The base template file is
|
||||||
* tools/make-keyboard-text/res/com/android/inputmethod/keyboard/internal/KeyboardTextsTable.tmpl
|
* tools/make-keyboard-text/res/src/com/android/inputmethod/keyboard/internal/
|
||||||
|
* KeyboardTextsTable.tmpl
|
||||||
*
|
*
|
||||||
* This file must be updated when any text resources in keyboard layout files have been changed.
|
* This file must be updated when any text resources in keyboard layout files have been changed.
|
||||||
* These text resources are referred as "!text/<resource_name>" in keyboard XML definitions,
|
* These text resources are referred as "!text/<resource_name>" in keyboard XML definitions,
|
||||||
@ -34,7 +35,7 @@ import java.util.HashMap;
|
|||||||
* To update this file, please run the following commands.
|
* To update this file, please run the following commands.
|
||||||
* $ cd $ANDROID_BUILD_TOP
|
* $ cd $ANDROID_BUILD_TOP
|
||||||
* $ mmm packages/inputmethods/LatinIME/tools/make-keyboard-text
|
* $ mmm packages/inputmethods/LatinIME/tools/make-keyboard-text
|
||||||
* $ make-keyboard-text -java packages/inputmethods/LatinIME/java/src
|
* $ make-keyboard-text -java packages/inputmethods/LatinIME/java
|
||||||
*
|
*
|
||||||
* The updated source file will be generated to the following path (this file).
|
* The updated source file will be generated to the following path (this file).
|
||||||
* packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
|
* packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
|
@ -29,7 +29,6 @@ import java.util.Comparator;
|
|||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
import java.util.Locale;
|
import java.util.Locale;
|
||||||
import java.util.jar.JarFile;
|
import java.util.jar.JarFile;
|
||||||
import java.util.regex.Pattern;
|
|
||||||
|
|
||||||
public class MoreKeysResources {
|
public class MoreKeysResources {
|
||||||
private static final String TEXT_RESOURCE_NAME = "donottranslate-more-keys.xml";
|
private static final String TEXT_RESOURCE_NAME = "donottranslate-more-keys.xml";
|
||||||
|
Loading…
Reference in New Issue
Block a user