Skip to content

Commit b82dc93

Browse files
committed
On #1118: Replaced automatic Dutch unit translations with manually created ones (thanks to @jerry)
1 parent c68b4fe commit b82dc93

File tree

5 files changed

+1570
-789
lines changed

5 files changed

+1570
-789
lines changed

app/views/article_units/_rows.html.haml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- if article_unit[:untranslated]
88
%a{title: t('.request_translation'), href: "https://github.com/foodcoops/foodsoft/issues/new?title=Add%20translations%20for%20article%20unit%20%27#{article_unit[:code]}%27", target: '_blank'}
99
%i.icon-mail-forward
10-
%td= article_unit[:description]
10+
%td{lang: 'en'}= article_unit[:description]
1111
%td
1212
- if article_unit[:record].nil?
1313
= render partial: 'create_link', locals: {unit: article_unit[:code]}

0 commit comments

Comments
 (0)