it4workflow / osmpoll

Umfrageplattform für OpenStreetMap
http://osm.haraldhartmann.de/umfrage
MIT License
3 stars 2 forks source link

Separate the nations or filter the languages #8

Open alexandre-mbm opened 9 years ago

alexandre-mbm commented 9 years ago

Also in the RSS feeds.

alexandre-mbm commented 9 years ago

Way 1: Example (options) per nations:

Way 2: Or only the languages in user details (and in the priority order):

...
   <description>The description of your profile</description>
   <languages>
     <lang>de-DE</lang>
     <lang>de</lang>
     <lang>en-US</lang>
     <lang>en</lang>
   </languages>
...

Plus another an option "Any language".

Note: the same combobox (options) when creating a poll, to classify it.