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
I'd like to be able to customize the header output that's generated in PO files when running rake gettext:find. Currently there are some placeholder values like FIRST AUTHOR, COPYRIGHT HOLDER, FULL_NAME, etc:
# English translations for foo package.
# Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the foo package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
msgid ""
msgstr ""
"Project-Id-Version: github 1.0.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2021-01-22 21:21-0800\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"\n"
Is this something you'd be open to adding support for in gettext_i18n_rails? If so, I'd be happy to help on it but might need a little guidance along the way.
Hi @grosser 👋🏼
I'd like to be able to customize the header output that's generated in PO files when running
rake gettext:find
. Currently there are some placeholder values likeFIRST AUTHOR
,COPYRIGHT HOLDER
,FULL_NAME
, etc:I opened an issue on the
ruby-gettext/gettext
repo, where @kou pointed out that:Is this something you'd be open to adding support for in
gettext_i18n_rails
? If so, I'd be happy to help on it but might need a little guidance along the way.cc @bigzoo @mjacbous @southgate
The text was updated successfully, but these errors were encountered: