Skip to content

rake gettext:find not collecting everything #1339

@briri

Description

@briri

The rake gettext:find task doesn't seem to be picking up everything.

The following 'Private: ...' section is not found in the app.pot file but the 'Organisation:' and 'Private:' ones are.

    <div class="form-group col-xs-8">
      <div class="radio">
        <%= f.label :visibility_privately_visible, raw("#{f.radio_button :visibility, :privately_visible}\
        #{_('Private: visible to me, specified collaborators and administrators at my organisation')}") %>
      </div>
      <div class="radio">
        <%= f.label :visibility_organisationally_visible, raw("#{f.radio_button :visibility, :organisationally_visible} #{_('Organisation: anyone at my organisation can view')}") %>
      </div>
      <div class="radio">
        <%= f.label :visibility_publicly_visible, raw("#{f.radio_button :visibility, :publicly_visible} #{_('Public: anyone can view')}") %>
      </div>
    </div>
    <div class="col-xs-8">
      <%= f.submit(_('Update'), style: 'display:none') %>
    </div>

Interestingly though, some older versions are still in the app.pot:

msgid "Private: restricted to me and my collaborators"
msgstr ""

msgid "Private: restricted to me and people I invite."
msgstr ""

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions