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
e54723d8
Commit
e54723d8
authored
13 years ago
by
satok
Browse files
Options
Downloads
Patches
Plain Diff
Change the name of AOSP LatinIME spell checker
Change-Id: I8b93f66c272d91ba02888da31d56a9811ba2a1f0
parent
f1a559c5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
java/res/values/strings.xml
+4
-2
4 additions, 2 deletions
java/res/values/strings.xml
java/res/xml/spellchecker.xml
+3
-3
3 additions, 3 deletions
java/res/xml/spellchecker.xml
with
7 additions
and
5 deletions
java/res/values/strings.xml
+
4
−
2
View file @
e54723d8
...
...
@@ -27,8 +27,10 @@
<!-- Title for Latin keyboard input options dialog [CHAR LIMIT=25] -->
<string
name=
"english_ime_input_options"
>
Input options
</string>
<!-- Title for Latin Keyboard spell checker service -->
<string
name=
"spell_checker_service_name"
>
Android correction
</string>
<!-- Name of Android spell checker service -->
<string
name=
"spell_checker_service_name"
>
Android spell checker
</string>
<!-- Name of Android spell checker service. AOSP(Android Open Source Project) should not be translated. -->
<string
name=
"aosp_spell_checker_service_name"
>
Android spell checker (AOSP)
</string>
<!-- Title for the spell checking service settings screen -->
<string
name=
"android_spell_checker_settings"
>
Spell checking settings
</string>
...
...
This diff is collapsed.
Click to expand it.
java/res/xml/spellchecker.xml
+
3
−
3
View file @
e54723d8
...
...
@@ -17,11 +17,11 @@
*/
-->
<!-- The attributes in this XML file provide the configuration information
-->
<!--
for the spell checker -->
<!-- The attributes in this XML file provide the configuration information
for the spell checker -->
<spell-checker
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:label=
"@string/spell_checker_service_name"
android:label=
"@string/
aosp_
spell_checker_service_name"
android:settingsActivity=
"com.android.inputmethod.latin.spellcheck.SpellCheckerSettingsActivity"
>
<subtype
android:label=
"@string/subtype_generic"
...
...
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