From 1b75f723c3dcc00001511058f9e043fc6de77222 Mon Sep 17 00:00:00 2001 From: Ole-Morten Duesund Date: Fri, 6 Jun 2025 23:20:59 +0200 Subject: [PATCH 1/3] ruby version --- .ruby-version | 1 + 1 file changed, 1 insertion(+) create mode 100644 .ruby-version 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 From b88a11225ddfb989b194f9ca0ecda33f71d6fac5 Mon Sep 17 00:00:00 2001 From: Ole-Morten Duesund Date: Sat, 7 Jun 2025 13:23:08 +0200 Subject: [PATCH 2/3] bump ruby --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 1b8d78df0c166803fd6275c0e14b093ee7e2af42 Mon Sep 17 00:00:00 2001 From: Ole-Morten Duesund Date: Tue, 10 Jun 2025 20:55:22 +0200 Subject: [PATCH 3/3] more languages --- views/index.erb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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 %>