Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
Stable Diffusion Webui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
novelai-storage
Stable Diffusion Webui
Commits
f3454b8a
Commit
f3454b8a
authored
Oct 29, 2022
by
AUTOMATIC1111
Committed by
GitHub
Oct 29, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3691 from xmodar/arabic
Revamped Arabic localization
parents
78b879b4
68760a48
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
398 additions
and
425 deletions
+398
-425
localizations/ar_AR.json
localizations/ar_AR.json
+389
-421
modules/scripts.py
modules/scripts.py
+1
-1
style.css
style.css
+8
-3
No files found.
localizations/ar_AR.json
View file @
f3454b8a
This diff is collapsed.
Click to expand it.
modules/scripts.py
View file @
f3454b8a
...
...
@@ -236,7 +236,7 @@ class ScriptRunner:
with
gr
.
Group
():
create_script_ui
(
script
,
inputs
,
inputs_alwayson
)
dropdown
=
gr
.
Dropdown
(
label
=
"Script"
,
choices
=
[
"None"
]
+
self
.
titles
,
value
=
"None"
,
type
=
"index"
)
dropdown
=
gr
.
Dropdown
(
label
=
"Script"
,
elem_id
=
"script_list"
,
choices
=
[
"None"
]
+
self
.
titles
,
value
=
"None"
,
type
=
"index"
)
dropdown
.
save_to_config
=
True
inputs
[
0
]
=
dropdown
...
...
style.css
View file @
f3454b8a
...
...
@@ -522,18 +522,23 @@ If you change anything above, you need to make sure it is RTL compliant by just
your changes through converters like https://cssjanus.github.io/ or https://rtlcss.com/.
Then, you will need to add the RTL counterpart only if needed in the rtl section below.*/
@media
rtl
{
/* this part was
manualy added
*/
/* this part was
added manually
*/
:host
{
direction
:
rtl
;
}
.output-html
:has
(
.performance
),
.gr-text-input
{
select
,
.file-preview
,
.gr-text-input
,
.output-html
:has
(
.performance
),
#ti_progress
{
direction
:
ltr
;
}
#script_list
>
label
>
select
,
#x_type
>
label
>
select
,
#y_type
>
label
>
select
{
direction
:
rtl
;
}
.gr-radio
,
.gr-checkbox
{
margin-left
:
0.25em
;
}
/*
this part was
automatically generated with few manual modifications */
/* automatically generated with few manual modifications */
.performance
.time
{
margin-right
:
unset
;
margin-left
:
0
;
...
...
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