diff --git a/.ruby-version b/.ruby-version deleted file mode 100644 index f989260..0000000 --- a/.ruby-version +++ /dev/null @@ -1 +0,0 @@ -3.4.4 diff --git a/Containerfile b/Containerfile index fb850fc..bfb91c9 100644 --- a/Containerfile +++ b/Containerfile @@ -1,5 +1,5 @@ # Use official Ruby image -FROM docker.io/library/ruby:3.4-slim +FROM docker.io/library/ruby:3.2-slim # Set working directory WORKDIR /app diff --git a/views/index.erb b/views/index.erb index 73549fd..7ddb0f0 100644 --- a/views/index.erb +++ b/views/index.erb @@ -19,27 +19,6 @@ <% if language == 'is' %>🇮🇸<% end %> <% if language == 'fi' %>🇫🇮<% end %> <% if language == 'fo' %>🇫🇴<% end %> - <% if language == 'en' %>🇬🇧<% end %> - <% if language == 'fr' %>🇫🇷<% end %> - <% if language == 'de' %>🇩🇪<% end %> - <% if language == 'es' %>🇪🇸<% end %> - <% if language == 'it' %>🇮🇹<% end %> - <% if language == 'pt' %>🇵🇹<% end %> - <% if language == 'pl' %>🇵🇱<% end %> - <% if language == 'nl' %>🇳🇱<% end %> - <% if language == 'ru' %>🇷🇺<% end %> - <% if language == 'tr' %>🇹🇷<% end %> - <% if language == 'ar' %>🇸🇦<% end %> - <% if language == 'hi' %>🇮🇳<% end %> - <% if language == 'bn' %>🇧🇩<% end %> - <% if language == 'vi' %>🇻🇳<% end %> - <% if language == 'ur' %>🇵🇰<% end %> - <% if language == 'ms' %>🇲🇾<% end %> - <% if language == 'th' %>🇹🇭<% end %> - <% if language == 'zh' %>🇨🇳<% end %> - <% if language == 'ja' %>🇯🇵<% end %> - <% if language == 'ko' %>🇰🇷<% end %> - <% if language == 'smi' %>🇸🇪<% end %>