Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
S
stable-diffusion-webui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
stable-diffusion-webui
Commits
d3eef0aa
Commit
d3eef0aa
authored
Oct 25, 2022
by
xmodar
Committed by
AUTOMATIC1111
Oct 25, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove rtl: false from localizations
parent
ca2ebc89
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
localization.js
javascript/localization.js
+4
-1
ja_JP.json
localizations/ja_JP.json
+0
-1
ko_KR.json
localizations/ko_KR.json
+0
-1
ru_RU.json
localizations/ru_RU.json
+0
-1
No files found.
javascript/localization.js
View file @
d3eef0aa
...
...
@@ -107,7 +107,10 @@ function processNode(node){
}
function
dumpTranslations
(){
dumped
=
{
rtl
:
localization
.
rtl
||
false
}
dumped
=
{}
if
(
localization
.
rtl
)
{
dumped
.
rtl
=
true
}
Object
.
keys
(
original_lines
).
forEach
(
function
(
text
){
if
(
dumped
[
text
]
!==
undefined
)
return
...
...
localizations/ja_JP.json
View file @
d3eef0aa
{
"rtl"
:
false
,
"⤡"
:
"⤡"
,
"⊞"
:
"⊞"
,
"×"
:
"×"
,
...
...
localizations/ko_KR.json
View file @
d3eef0aa
{
"rtl"
:
false
,
"×"
:
"×"
,
"•"
:
"•"
,
"⊞"
:
"⊞"
,
...
...
localizations/ru_RU.json
View file @
d3eef0aa
{
"rtl"
:
false
,
"⤡"
:
"⤡"
,
"⊞"
:
"⊞"
,
"×"
:
"×"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment