diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 0000000..f989260 --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +3.4.4 diff --git a/Containerfile b/Containerfile index bfb91c9..fb850fc 100644 --- a/Containerfile +++ b/Containerfile @@ -1,5 +1,5 @@ # Use official Ruby image -FROM docker.io/library/ruby:3.2-slim +FROM docker.io/library/ruby:3.4-slim # Set working directory WORKDIR /app diff --git a/views/index.erb b/views/index.erb index 7ddb0f0..73549fd 100644 --- a/views/index.erb +++ b/views/index.erb @@ -19,6 +19,27 @@ <% 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 %>