#2377 closed defect (bug) (fixed)
Add gettext to help tab titles in Remote CSS plugin.
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | WordCamp Site & Plugins | Keywords: | has-patch commit |
Cc: |
Description
Hi! I found help tab titles aren't translatable in Remote CSS plugin.
Attachments (3)
Change History (8)
#2
@
8 years ago
Wouldn't it make sense to also use sprintf and only write the translation function once? The array should be as simple as possible
#3
@
8 years ago
@Kenshino We should use gettext one by one so that GlotPress can extract translatable strings. Some plugin authors did same way as you so we couldn't generate .pot file 😞 : https://github.com/omise/omise-woocommerce/issues/31
Note: See
TracTickets for help on using
tickets.
Thanks! The patch looks good to me. I've added it to the merge list.
It'd probably improve readability a bit if each string were a new line, but I can easily do that when I commit it.