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
1f256e94
Commit
1f256e94
authored
12 years ago
by
Ken Wakasa
Committed by
Android Git Automerger
12 years ago
Browse files
Options
Downloads
Plain Diff
am
66cee1f9
: Merge "Revert "Correctly add double quote to the space strippers"" into jb-mr1.1-dev
* commit '
66cee1f9
': Revert "Correctly add double quote to the space strippers"
parents
7acd310d
66cee1f9
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-fr/donottranslate.xml
+1
-1
1 addition, 1 deletion
java/res/values-fr/donottranslate.xml
java/res/values/donottranslate.xml
+1
-1
1 addition, 1 deletion
java/res/values/donottranslate.xml
with
2 additions
and
2 deletions
java/res/values-fr/donottranslate.xml
+
1
−
1
View file @
1f256e94
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
<!-- Symbols that should be swapped with a magic space -->
<!-- Symbols that should be swapped with a magic space -->
<string
name=
"weak_space_swapping_symbols"
>
.,\")]}
</string>
<string
name=
"weak_space_swapping_symbols"
>
.,\")]}
</string>
<!-- Symbols that should strip a magic space -->
<!-- Symbols that should strip a magic space -->
<string
name=
"weak_space_stripping_symbols"
>
	 
\'\n-/_
\
"
</string>
<string
name=
"weak_space_stripping_symbols"
>
"
	 
\'\n-/_"
</string>
<!-- Symbols that should promote magic spaces into real space -->
<!-- Symbols that should promote magic spaces into real space -->
<string
name=
"phantom_space_promoting_symbols"
>
;:!?([*
&
@{
<>
+=|
</string>
<string
name=
"phantom_space_promoting_symbols"
>
;:!?([*
&
@{
<>
+=|
</string>
<!-- Symbols that do NOT separate words -->
<!-- Symbols that do NOT separate words -->
...
...
This diff is collapsed.
Click to expand it.
java/res/values/donottranslate.xml
+
1
−
1
View file @
1f256e94
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
<!-- Symbols that should be swapped with a weak space -->
<!-- Symbols that should be swapped with a weak space -->
<string
name=
"weak_space_swapping_symbols"
>
.,;:!?)]}\"
</string>
<string
name=
"weak_space_swapping_symbols"
>
.,;:!?)]}\"
</string>
<!-- Symbols that should strip a weak space -->
<!-- Symbols that should strip a weak space -->
<string
name=
"weak_space_stripping_symbols"
>
	 
\n/_\'-
\
"@
</string>
<string
name=
"weak_space_stripping_symbols"
>
"
	 
\n/_\'-"@
</string>
<!-- Symbols that should convert weak spaces into real space -->
<!-- Symbols that should convert weak spaces into real space -->
<string
name=
"phantom_space_promoting_symbols"
>
([*
&
{
<>
+=|
</string>
<string
name=
"phantom_space_promoting_symbols"
>
([*
&
{
<>
+=|
</string>
<!-- Symbols that do NOT separate words -->
<!-- Symbols that do NOT separate words -->
...
...
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