Skip to content

Commit

Permalink
feat(languages): add Slovenian 1k and 5k word lists (@anzepintar) (#5889
Browse files Browse the repository at this point in the history
)

### 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](#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! :) -->
  • Loading branch information
anzepintar authored Sep 18, 2024
1 parent 0a9f08b commit eb03bea
Show file tree
Hide file tree
Showing 5 changed files with 6,012 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/static/languages/_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
},
{
"name": "slovenian",
"languages": ["slovenian"]
"languages": ["slovenian", "slovenian_1k", "slovenian_5k"]
},
{
"name": "croatian",
Expand Down
2 changes: 2 additions & 0 deletions frontend/static/languages/_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@
,"slovak_1k"
,"slovak_10k"
,"slovenian"
,"slovenian_1k"
,"slovenian_5k"
,"croatian"
,"dutch"
,"dutch_1k"
Expand Down
1 change: 1 addition & 0 deletions frontend/static/languages/slovenian.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "slovenian",
"bcp47": "sl-SI",
"words": [
"hitro",
"potem",
Expand Down
Loading

0 comments on commit eb03bea

Please sign in to comment.