Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend subscriber model to include languages #28

Open
Guts opened this issue Nov 29, 2024 · 1 comment
Open

Extend subscriber model to include languages #28

Guts opened this issue Nov 29, 2024 · 1 comment
Assignees
Labels

Comments

@Guts
Copy link
Contributor

Guts commented Nov 29, 2024

Actually the planet does not discriminate feeds items on language and mainly aggregate English sources but it's a shame since there are a lot of great content about QGIS out there! The first step could be to specify feeds languages by extending the subscriber model.

I suggest something like this to handle multilingual websites:

  {
    "feed": "http://spatialgalaxy.net/feed/",
    "name": "Spatial Galaxy",
    "shortname": "spatialgalaxy_net",
    "is_active": true,
    "languages": {
      "available": [
        "en_GB",
        "fr_FR"
      ],
      "main": "en_GB"
    }
  },

Once the model evolved, we would be able to propose an other feature request to add a language filter to the planet.

@Xpirix
Copy link
Collaborator

Xpirix commented Nov 29, 2024

Thanks for the suggestion @Guts

@Xpirix Xpirix self-assigned this Dec 16, 2024
@Xpirix Xpirix added the Size 4 label Dec 20, 2024
@Xpirix Xpirix moved this to This sprint in QGIS Websites Maitenance Dec 20, 2024
@Xpirix Xpirix moved this from This sprint to Todo in QGIS Websites Maitenance Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

2 participants