fix i18n issues + localeapp roundtrip
thanks, i18n-tasks!
This commit is contained in:
parent
8b83787252
commit
418a8b5806
9 changed files with 390 additions and 143 deletions
|
|
@ -17,7 +17,7 @@ module StockitHelper
|
|||
|
||||
def stock_article_price_hint(stock_article)
|
||||
t('simple_form.hints.stock_article.edit_stock_article.price',
|
||||
:stock_article_copy_link => link_to(t('.copy_stock_article'),
|
||||
:stock_article_copy_link => link_to(t('stockit.form.copy_stock_article'),
|
||||
stock_article_copy_path(stock_article),
|
||||
:remote => true
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue