Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gajim-plugins
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
78
Issues
78
List
Boards
Labels
Milestones
Merge Requests
31
Merge Requests
31
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gajim
gajim-plugins
Commits
aac3dc1f
Commit
aac3dc1f
authored
Aug 30, 2011
by
Dicson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
translation fix
parent
a8598c30
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
12 deletions
+2
-12
juick/plugin.py
juick/plugin.py
+1
-12
wrong_layout/plugin.py
wrong_layout/plugin.py
+1
-0
No files found.
juick/plugin.py
View file @
aac3dc1f
...
...
@@ -5,7 +5,6 @@ import pango
import
re
import
os
import
time
import
gettext
import
locale
import
urllib
from
string
import
upper
...
...
@@ -20,16 +19,6 @@ from conversation_textview import TextViewImage
import
gtkgui_helpers
import
common.xmpp
locale_path
=
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
'locales'
)
if
os
.
name
!=
'nt'
:
locale
.
bindtextdomain
(
'JuickPlugin'
,
locale_path
)
try
:
gett
=
gettext
.
Catalog
(
'JuickPlugin'
,
locale_path
)
_
=
gett
.
gettext
except
:
pass
class
JuickPlugin
(
GajimPlugin
):
@
log_calls
(
'JuickPlugin'
)
...
...
@@ -556,7 +545,7 @@ class JuickPluginConfigDialog(GajimPluginConfigDialog):
self
.
GTK_BUILDER_FILE_PATH
=
self
.
plugin
.
local_file_path
(
'config_dialog.ui'
)
self
.
xml
=
gtk
.
Builder
()
self
.
xml
.
set_translation_domain
(
'
JuickPlugin
'
)
self
.
xml
.
set_translation_domain
(
'
gajim_plugins
'
)
self
.
xml
.
add_objects_from_file
(
self
.
GTK_BUILDER_FILE_PATH
,
[
'vbox1'
])
self
.
checkbutton
=
self
.
xml
.
get_object
(
'checkbutton'
)
...
...
wrong_layout/plugin.py
View file @
aac3dc1f
...
...
@@ -19,6 +19,7 @@ except:
class
WrongLayoutPlugin
(
GajimPlugin
):
description
=
_
(
'Press alt+r to convert chars typed in wrong layout Rus<>Eng'
)
@
log_calls
(
'WrongLayoutPlugin'
)
def
init
(
self
):
self
.
config_dialog
=
None
...
...
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