Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LatinIME
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
keyboard
LatinIME
Commits
0b30953d
Commit
0b30953d
authored
10 years ago
by
Tadashi G. Takaoka
Committed by
Android (Google) Code Review
10 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Rename string resource to more generic name"
parents
4df668d1
b9964b5f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
java/res/values/strings.xml
+2
-2
2 additions, 2 deletions
java/res/values/strings.xml
java/res/xml/method.xml
+1
-1
1 addition, 1 deletion
java/res/xml/method.xml
with
3 additions
and
3 deletions
java/res/values/strings.xml
+
2
−
2
View file @
0b30953d
...
...
@@ -358,9 +358,9 @@
(US) should be an abbreviation of United Statesn to fit in the CHAR LIMIT.
This should be identical to subtype_es_US aside from the trailing (%s). -->
<string
name=
"subtype_with_layout_es_US"
>
Spanish (US) (
<xliff:g
id=
"KEYBOARD_LAYOUT"
example=
"QWERTY"
>
%s
</xliff:g>
)
</string>
<!-- Description for
Nepali
(Traditional) keyboard subtype [CHAR LIMIT=25]
<!-- Description for
"LANGUAGE_NAME"
(Traditional) keyboard subtype [CHAR LIMIT=25]
(Traditional) can be an abbreviation to fit in the CHAR LIMIT. -->
<string
name=
"subtype_
nepali
_traditional"
><xliff:g
id=
"LANGUAGE_NAME"
example=
"Nepali"
>
%s
</xliff:g>
(Traditional)
</string>
<string
name=
"subtype_
generic
_traditional"
><xliff:g
id=
"LANGUAGE_NAME"
example=
"Nepali"
>
%s
</xliff:g>
(Traditional)
</string>
<!-- TODO: Uncomment once we can handle IETF language tag with script name specified.
Description for Serbian Cyrillic keyboard subtype [CHAR LIMIT=25]
(Cyrillic) can be an abbreviation to fit in the CHAR LIMIT.
...
...
This diff is collapsed.
Click to expand it.
java/res/xml/method.xml
+
1
−
1
View file @
0b30953d
...
...
@@ -485,7 +485,7 @@
android:isAsciiCapable=
"false"
/>
<subtype
android:icon=
"@drawable/ic_ime_switcher_dark"
android:label=
"@string/subtype_
nepali
_traditional"
android:label=
"@string/subtype_
generic
_traditional"
android:subtypeId=
"0x5fafea88"
android:imeSubtypeLocale=
"ne_NP"
android:imeSubtypeMode=
"keyboard"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment