Skip to content

Commit 24764b6

Browse files
committed
version 1.2.0
1 parent f965db8 commit 24764b6

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
luckyluks-gtk (1.2.0) unstable; urgency=low
1+
luckyluks (1.2.0) unstable; urgency=low
22

33
* minor adjustments for gtk2/3 version
44
(feature complete alternative to this qt based version)

README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,11 @@ Long story short: Hidden containers are not supported by luckyLUKS right now, be
127127
Translations
128128
============
129129

130-
Providing an easy to use graphical interface instead of relying on command line tools significantly expands the audience for data encryption as TrueCrypt has shown. A graphical interface is only the first step in giving more people the ability to use data encryption on Linux. The next is removing the language barrier from the interface by making the software speak the language the end-user is most comfortable with. The user interface of luckyLUKS is fully translateable, but to offer more translations your help is needed. Since the application is not too complex, it doesn't take long to translate all the neccessary strings. If you want to help out:
130+
Providing an easy to use graphical interface instead of relying on command line tools significantly expands the audience for data encryption as TrueCrypt has shown. A graphical interface is only the first step in giving more people the ability to use data encryption on Linux. The next is removing the language barrier from the interface by making the software speak the language the end-user is most comfortable with. The user interface of luckyLUKS is fully translateable, but to offer more translations your help is needed.
131+
132+
Since the application is not too complex, it won't take long to translate all the neccessary strings. Furthermore luckyLUKS is feature complete at this point, so translating won't be an ongoing effort. If you want to help out, you can use a web-based translation platform: `Transifex <https://www.transifex.com/projects/p/luckyluks/>`_
133+
134+
If you want to preview your translation straight away, you can also do the translation locally on your computer:
131135

132136
- install a translations editor (eg `Poedit <http://poedit.net/>`_) and `python-babel <http://babel.pocoo.org/>`_
133137
- `Download <https://github.com/jas-per/luckyLUKS/archive/master.zip>`_ the source code of luckyLUKS
@@ -138,7 +142,7 @@ Providing an easy to use graphical interface instead of relying on command line
138142
- After editing the po file has to be compiled. Poedit can do this automatically: go to :code:`Preferences` and check :code:`Automatically compile .mo file on save`. Or use :code:`make compile_locales` from the source directory.
139143
- To test your translation, start luckyLUKS from the command line. You might have to set the locale explicitly, if your operation system is using a different locale (eg :code:`LANG=pt_PT.utf-8 LANGUAGE=pt ./luckyluks`)
140144

141-
Don't worry too much about previewing messages, since all dialogs resize dynamically. Just make sure the labels in the main windows get displayed nicely. When you are happy with the results, send me the .po-file you created and your translation will get included in the next release. Pull requests are welcome too :)
145+
When you are happy with the results, mail the .po-file you created and your translation will get included in the next release. Pull requests are welcome too :)
142146

143147

144148
Bugs

0 commit comments

Comments
 (0)