Re: [openstreetmap/openstreetmap-website] Restructure core developer docs (Issue #6093)

2025-06-11 Thread Emin Kocan via rails-dev
kcne left a comment (openstreetmap/openstreetmap-website#6093) I can open a PR if there is general agreement on this, new ideas and comments are greatly appreciated too. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/6093#issu

[openstreetmap/openstreetmap-website] Restructure core deveoper docs (Issue #6093)

2025-06-11 Thread Emin Kocan via rails-dev
kcne created an issue (openstreetmap/openstreetmap-website#6093) ### Problem The current developer documentation, specifically `INSTALL.md`, `CONTRIBUTING.md`, and `CONFIGURE.md`, is comprehensive but can be difficult for new contributors to navigate. The information is often presented in a den

Re: [openstreetmap/openstreetmap-website] Add locale selector (PR #5201)

2025-06-11 Thread David Tsiklauri via rails-dev
@nertc commented on this pull request. > @@ -0,0 +1,15 @@ + + + + + <% unless disabled %> + + <% Locale.available + .select { |locale| I18n.exists? "shared.language_selector.#{locale}" } + .sort_by { |locale| t(".#{locale}") } + .each

Re: [openstreetmap/openstreetmap-website] Add locale selector (PR #5201)

2025-06-11 Thread David Tsiklauri via rails-dev
@nertc commented on this pull request. > @@ -0,0 +1,15 @@ + + + + + <% unless disabled %> + + <% Locale.available + .select { |locale| I18n.exists? "shared.language_selector.#{locale}" } Locale selector was changed according to https://github.com/openstreetmap/

Re: [openstreetmap/openstreetmap-website] Add locale selector (PR #5201)

2025-06-11 Thread David Tsiklauri via rails-dev
@nertc commented on this pull request. > + gl: Galician + gsw: Alemannic (specifically Swiss German, Alsatian) + gu: Gujarati + he: Hebrew + hi: Hindi + hr: Croatian + hsb: Sorbian, Upper + hu: Hungarian + ia: Interlingua + id: Indonesian +

Re: [openstreetmap/openstreetmap-website] Add locale selector (PR #5201)

2025-06-11 Thread David Tsiklauri via rails-dev
@nertc commented on this pull request. > + + <% Locale.available + .select { |locale| I18n.exists? "shared.language_selector.#{locale}" } + .sort_by { |locale| t(".#{locale}") } + .each do |locale| %> +><%= t(".#{locale}") %> + <%

Re: [openstreetmap/openstreetmap-website] Add locale selector (PR #5201)

2025-06-11 Thread David Tsiklauri via rails-dev
nertc left a comment (openstreetmap/openstreetmap-website#5201) PR was updated. `master` was merged. @AntonKhorev Thank you for your PR. `Locale selector` was changed accordingly. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5