diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-08-21 23:30:47 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-08-21 23:30:47 (GMT) |
commit | f40aa925e9cbd6d708649574d6236ac7506937c6 (patch) | |
tree | 6bcedbea5364847b38df1c6353ee50736baba270 | |
parent | 07308521792a182e9cd4de10d067b96c190d21a5 (diff) | |
download | roundcubemail-plugins-kolab-f40aa925e9cbd6d708649574d6236ac7506937c6.tar.gz |
Add the configuration required for kolab_notes plugin localization
-rw-r--r-- | .tx/config | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -38,6 +38,11 @@ file_filter = plugins/kolab_folders/localization/<lang>.inc source_file = plugins/kolab_folders/localization/en_US.inc source_lang = en_US +[kolab.kolab_notes] +file_filter = plugins/kolab_notes/localization/<lang>.inc +source_file = plugins/kolab_notes/localization/en_US.inc +source_lang = en_US + [kolab.kolab_tags] file_filter = plugins/kolab_tags/localization/<lang>.inc source_file = plugins/kolab_tags/localization/en_US.inc |