After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 720653 - some string in daemon.vala is not available for translation
some string in daemon.vala is not available for translation
Status: RESOLVED FIXED
Product: caribou
Classification: Applications
Component: default
git master
Other Linux
: Normal normal
: ---
Assigned To: caribou-maint
caribou-maint
Depends on:
Blocks:
 
 
Reported: 2013-12-18 04:34 UTC by Parag AN
Modified: 2013-12-20 09:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
enable string for translation (1.23 KB, patch)
2013-12-18 06:11 UTC, Parag AN
committed Details | Review

Description Parag AN 2013-12-18 04:34:22 UTC
In the current upstream git code of caribou, daemon/daemon.vala file, line no 190

var option_context = new OptionContext (
        "- daemon listening accessibility events to launch on screen keyboard");

is not available for translation
Comment 1 Parag AN 2013-12-18 06:11:52 UTC
Created attachment 264464 [details] [review]
enable string for translation

This patch will enable string "- daemon listening accessibility events to launch on screen keyboard" for translation
Comment 2 Daiki Ueno 2013-12-18 06:21:20 UTC
Review of attachment 264464 [details] [review]:

Thanks, looks fine.

::: po/POTFILES.in
@@ +3,3 @@
 caribou/__init__.py
 caribou/antler/antler_settings.py
+daemon/daemon.c

I'd like to change this to:
- list *.vala in POTFILES.in
- list *.c in POTFILES.skip