[DRE-commits] [SCM] ruby-haml-magic-translations.git branch, master, updated. debian/0.5.1-1
Jérémy Bobbio
lunar at debian.org
Wed Apr 3 09:11:51 UTC 2013
The following commit has been merged in the master branch:
commit f4cc30177eeb3e3b2e63ed0dc71a29f468b3ebd9
Author: Jérémy Bobbio <lunar at debian.org>
Date: Wed Apr 3 08:54:58 2013 +0000
Improve short and extended description
diff --git a/debian/control b/debian/control
index f891b17..c65d31d 100644
--- a/debian/control
+++ b/debian/control
@@ -14,12 +14,14 @@ Package: ruby-haml-magic-translations
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-haml, ruby-fast-gettext | ruby-gettext | ruby-i18n
-Description: Provides automaticaly translations in haml templates
- This plugin provides "magical translations" in your .haml files. What does it
- mean? It's mean that all your raw texts in templates will be automatically
- translated by GetText, FastGettext or Gettext backend from I18n. No more
- complicated translation keys and ugly translation methods in views. Now you can
- only write in your language, nothing more. At the end of your work you can easy
- find all phrases to translate and generate .po files for it. This type of files
- are also more readable and easier to translate, thanks to it you save your
- time with translations.
+Suggests: rake
+Description: internationalization library for Haml templates
+ Haml::MagicTranslations provides "magical translations" for the Haml
+ templating system. Texts in templates can be automatically
+ internationalized using either the GetText, FastGettext or I18n libraries.
+ It support translations of 'raw' text, Markdown and even strings in
+ JavaScript.
+ .
+ Haml::MagicTranslations can also extract translatable strings from templates
+ and merge them with existing translations, either manually or by the provided
+ Rake task.
--
ruby-haml-magic-translations.git
More information about the Pkg-ruby-extras-commits
mailing list