You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically if location comments are added to catalogs, previous versions of gettext/gettext_i18n_rails added paths relative to the app root, current versions generate paths relative to the location of the catalog.
that sounds good, can you investigate where this is coming from ?
might be inside gettext or because gettext_i18n_rails calls the gettext methods from inside a folder
Specifically if location comments are added to catalogs, previous versions of gettext/gettext_i18n_rails added paths relative to the app root, current versions generate paths relative to the location of the catalog.
Ex:
old: app/view/foo/bar.html.erb:5
new: ../../app/view/foo/bar.html.erb:5
The text was updated successfully, but these errors were encountered: