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
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
@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
@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/
@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
+
@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}") %>
+ <%
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