Actions
Bug #36115
closedTracker #36116: Translation effort
Multi line translation strings are not extracted
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
Internationalization
Target version:
-
Description
The following is extracted:
_('string')
But this doesn't end up in the .pot file:
_( 'string' )
Updated by Ewoud Kohl van Wijngaarden almost 2 years ago
- Parent task set to #36116
Updated by Maria Agaphontzev almost 2 years ago
This is fixed here btw
https://github.com/webhippie/gettext_i18n_rails_js/issues/41
Updated by Ewoud Kohl van Wijngaarden almost 2 years ago
Weird, I did not see it actually extract the message so perhaps there's another bug?
Updated by Maria Agaphontzev almost 2 years ago
the bug is fixed but there is no rubygem, this is the same issue as this https://projects.theforeman.org/issues/34058 , right?
Updated by Ewoud Kohl van Wijngaarden almost 2 years ago
- Is duplicate of Bug #34058: Strings with enter don't get extracted for translation added
Updated by Ewoud Kohl van Wijngaarden almost 2 years ago
So there was a 1.3.1 gem release which does include the fix (https://github.com/webhippie/gettext_i18n_rails_js/commit/34c682d50b842fa04a23c8ef2ea4311e6af73c2e) so perhaps the fix is incomplete or we're not matching the regex in a different way.
Updated by Ewoud Kohl van Wijngaarden almost 2 years ago
- Status changed from New to Duplicate
I can't reproduce the problem anymore.
Actions