Skip to content

Commit

Permalink
On #1118: Replaced automatic Dutch unit translations with manually cr…
Browse files Browse the repository at this point in the history
…eated ones (thanks to @jerry)
  • Loading branch information
lentschi committed Feb 21, 2025
1 parent 1e74ab9 commit c69ec47
Show file tree
Hide file tree
Showing 5 changed files with 1,570 additions and 789 deletions.
2 changes: 1 addition & 1 deletion app/views/article_units/_rows.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- if article_unit[:untranslated]
%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'}
%i.icon-mail-forward
%td= article_unit[:description]
%td{lang: 'en'}= article_unit[:description]
%td
- if article_unit[:record].nil?
= render partial: 'create_link', locals: {unit: article_unit[:code]}
Expand Down
Loading

0 comments on commit c69ec47

Please sign in to comment.