feat(languages): add Slovenian 1k and 5k word lists (@anzepintar) (#5889)

### Description

Added Slovenian 1k and 5k word lists
source is from clarin.si -> ccKUUS (učbeniki za učenje slovenščine)

<!-- Please describe the change(s) made in your PR -->

### Checks

- [ ] Adding quotes?
- [ ] Make sure to include translations for the quotes in the
description (or another comment) so we can verify their content.
- [x] Adding a language or a theme?
- [x] If is a language, did you edit `_list.json`, `_groups.json` and
add `languages.json`?
  - [ ] If is a theme, did you add the theme.css?
- Also please add a screenshot of the theme, it would be extra awesome
if you do so!
- [x] Check if any open issues are related to this PR; if so, be sure to
tag them below.
- [x] Make sure the PR title follows the Conventional Commits standard.
(https://www.conventionalcommits.org for more info)
- [x] Make sure to include your GitHub username prefixed with @ inside
parentheses at the end of the PR title.

<!-- label(optional scope): pull request title (@your_github_username)
-->

<!-- I know I know they seem boring but please do them, they help us and
you will find out it also helps you.-->

Closes #

<!-- the issue(s) your PR resolves if any (delete if that is not the
case) -->
<!-- please also reference any issues and or PRs related to your pull
request -->
<!-- Also remove it if you are not following any issues. -->

<!-- pro tip: you can mention an issue, PR, or discussion on GitHub by
referencing its hash number e.g:
[#1234](https://github.com/monkeytypegame/monkeytype/pull/1234) -->

<!-- pro tip: you can press . (dot or period) in the code tab of any
GitHub repo to get access to GitHub's VS Code web editor Enjoy! :) -->
This commit is contained in:
Anže Pintar 2024-09-18 13:11:51 +02:00 committed by GitHub
parent 0a9f08bc50
commit eb03bea626
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6012 additions and 1 deletions

View file

@ -198,7 +198,7 @@
},
{
"name": "slovenian",
"languages": ["slovenian"]
"languages": ["slovenian", "slovenian_1k", "slovenian_5k"]
},
{
"name": "croatian",

View file

@ -125,6 +125,8 @@
,"slovak_1k"
,"slovak_10k"
,"slovenian"
,"slovenian_1k"
,"slovenian_5k"
,"croatian"
,"dutch"
,"dutch_1k"

View file

@ -1,5 +1,6 @@
{
"name": "slovenian",
"bcp47": "sl-SI",
"words": [
"hitro",
"potem",

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff