Commit bc6715ba authored by Michal Čihař's avatar Michal Čihař

OS X strings are not monolingual (issue #107)

parent e877fda3
...@@ -83,7 +83,7 @@ FILE_FORMATS = { ...@@ -83,7 +83,7 @@ FILE_FORMATS = {
'strings': { 'strings': {
'name': ugettext_lazy('OS X Strings'), 'name': ugettext_lazy('OS X Strings'),
'loader': ('properties', 'stringsfile'), 'loader': ('properties', 'stringsfile'),
'monolingual': True, 'monolingual': False,
}, },
'properties': { 'properties': {
'name': ugettext_lazy('Java Properties'), 'name': ugettext_lazy('Java Properties'),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment