Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma Mobile
Angelfish
Commits
8d0c6206
Commit
8d0c6206
authored
Jan 17, 2019
by
Jonah Brüchert
🌳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Messages.sh to enable translations
parent
1bc28165
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Messages.sh
Messages.sh
+1
-0
src/contents/ui/Settings.qml
src/contents/ui/Settings.qml
+2
-2
No files found.
Messages.sh
0 → 100644
View file @
8d0c6206
$XGETTEXT
`
find
.
-name
\*
.cpp
-o
-name
\*
.h
-o
-name
\*
.qml
`
-o
$podir
/angelfish.pot
src/contents/ui/Settings.qml
View file @
8d0c6206
...
...
@@ -30,7 +30,7 @@ ColumnLayout {
id
:
settingsPage
Controls.CheckDelegate
{
text
:
"
Enable javascript
"
text
:
i18n
(
"
Enable javascript
"
)
Layout.fillWidth
:
true
onCheckedChanged
:
{
var
settings
=
currentWebView
.
settings
;
...
...
@@ -43,7 +43,7 @@ ColumnLayout {
}
Controls.CheckDelegate
{
text
:
"
Load images
"
text
:
i18n
(
"
Load images
"
)
Layout.fillWidth
:
true
onCheckedChanged
:
{
var
settings
=
currentWebView
.
settings
;
...
...
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