mirror of
https://gitea.blesmrt.net/mikaela/language-resources.git
synced 2025-08-19 12:47:26 +02:00
Compare commits
No commits in common. "e74a09803bc6948ed220ce25b7c0d8c1f7b37020" and "0864c84459b891725758d8b81bcfa82f1c63c44b" have entirely different histories.
e74a09803b
...
0864c84459
@ -1,11 +1,6 @@
|
|||||||
# SPDX-FileCopyrightText: 2023 Aminda Suomalainen
|
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: CC0-1.0
|
|
||||||
|
|
||||||
root = true
|
root = true
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
end_of_line = lf
|
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
@ -14,8 +9,6 @@ indent_size = tab
|
|||||||
|
|
||||||
[*.{markdown,md}]
|
[*.{markdown,md}]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
indent_style = space
|
|
||||||
indent_size = 2
|
|
||||||
|
|
||||||
[*.{tsv,tab}]
|
[*.{tsv,tab}]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
6
.gitattributes
vendored
6
.gitattributes
vendored
@ -1,5 +1 @@
|
|||||||
# SPDX-FileCopyrightText: 2023 Aminda Suomalainen
|
* text=auto linguist-detectable
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: CC0-1.0
|
|
||||||
|
|
||||||
* text=auto eol=lf linguist-detectable
|
|
||||||
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,5 +1 @@
|
|||||||
# SPDX-FileCopyrightText: 2023 Aminda Suomalainen
|
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: CC0-1.0
|
|
||||||
|
|
||||||
.~lock*#
|
.~lock*#
|
||||||
|
@ -1,47 +0,0 @@
|
|||||||
# SPDX-FileCopyrightText: 2023 Aminda Suomalainen
|
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: CC0-1.0
|
|
||||||
|
|
||||||
ci:
|
|
||||||
# Forĝejo/Gitea mirrors will autoclose pull requests. This should decrease
|
|
||||||
# the frequency of unnecessary PRs.
|
|
||||||
# https://github.com/pre-commit-ci/issues/issues/83
|
|
||||||
autoupdate_schedule: quarterly
|
|
||||||
|
|
||||||
repos:
|
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
||||||
rev: v4.4.0
|
|
||||||
hooks:
|
|
||||||
- id: check-added-large-files
|
|
||||||
- id: check-case-conflict
|
|
||||||
- id: check-executables-have-shebangs
|
|
||||||
- id: check-shebang-scripts-are-executable
|
|
||||||
- id: destroyed-symlinks
|
|
||||||
- id: detect-private-key
|
|
||||||
- id: end-of-file-fixer
|
|
||||||
- id: fix-byte-order-marker
|
|
||||||
- id: trailing-whitespace
|
|
||||||
exclude_types: [tsv, markdown]
|
|
||||||
|
|
||||||
- repo: https://github.com/thlorenz/doctoc
|
|
||||||
rev: v2.2.0
|
|
||||||
hooks:
|
|
||||||
- id: doctoc
|
|
||||||
args: [--update-only]
|
|
||||||
|
|
||||||
- repo: https://github.com/fsfe/reuse-tool
|
|
||||||
rev: v1.1.2
|
|
||||||
hooks:
|
|
||||||
- id: reuse
|
|
||||||
|
|
||||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
|
||||||
rev: "v3.0.0-alpha.9-for-vscode"
|
|
||||||
hooks:
|
|
||||||
- id: prettier
|
|
||||||
|
|
||||||
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
|
||||||
rev: "2.7.1"
|
|
||||||
hooks:
|
|
||||||
- id: editorconfig-checker
|
|
||||||
alias: ec
|
|
||||||
args: [-disable-max-line-length]
|
|
@ -1,5 +0,0 @@
|
|||||||
# SPDX-FileCopyrightText: 2023 Aminda Suomalainen
|
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: CC0-1.0
|
|
||||||
|
|
||||||
root = true
|
|
14
README.md
14
README.md
@ -1,9 +1,3 @@
|
|||||||
<!--
|
|
||||||
SPDX-FileCopyrightText: 2023 Aminda Suomalainen
|
|
||||||
|
|
||||||
SPDX-License-Identifier: CC0-1.0
|
|
||||||
-->
|
|
||||||
|
|
||||||
# language-resources
|
# language-resources
|
||||||
|
|
||||||
Resources that may be helpful for learning a language or deepening
|
Resources that may be helpful for learning a language or deepening
|
||||||
@ -11,7 +5,7 @@ understanding of it.
|
|||||||
|
|
||||||
## Mirrors
|
## Mirrors
|
||||||
|
|
||||||
- https://gitea.blesmrt.net/Mikaela/language-resources
|
* https://gitea.blesmrt.net/Mikaela/language-resources
|
||||||
- https://github.com/Mikaela/language-resources
|
* https://github.com/Mikaela/language-resources
|
||||||
- https://gitlab.com/Mikaela/language-resources
|
* https://gitlab.com/Mikaela/language-resources
|
||||||
- https://git.com.de/Mikaela/language-resources & http://gitea.qzzf2qcfbhievvs5nzkccuwddroipy62qjocqtmgcgh75vd6w57m7yad.onion/Mikaela/language-resources
|
* https://git.com.de/Mikaela/language-resources & http://gitea.qzzf2qcfbhievvs5nzkccuwddroipy62qjocqtmgcgh75vd6w57m7yad.onion/Mikaela/language-resources
|
||||||
|
@ -1,59 +1,44 @@
|
|||||||
<!--
|
|
||||||
SPDX-FileCopyrightText: 2023 Aminda Suomalainen
|
|
||||||
|
|
||||||
SPDX-License-Identifier: CC0-1.0
|
|
||||||
-->
|
|
||||||
|
|
||||||
# Finnish resources
|
# Finnish resources
|
||||||
|
|
||||||
I am a native speaker so I am uncertain of the quality of these.
|
I am a native speaker so I am uncertain of the quality of these.
|
||||||
|
|
||||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
||||||
|
|
||||||
- [Learning](#learning)
|
|
||||||
- [Advanceish](#advanceish)
|
|
||||||
- [Misc](#misc)
|
|
||||||
- [Finnish courses](#finnish-courses)
|
|
||||||
- [Simple Finnish news](#simple-finnish-news)
|
|
||||||
|
|
||||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
|
||||||
|
|
||||||
## Learning
|
## Learning
|
||||||
|
|
||||||
- [Hacking Finnish at Memrise](https://app.memrise.com/course/134598/hacking-finnish/)
|
* [Hacking Finnish at Memrise](https://app.memrise.com/course/134598/hacking-finnish/)
|
||||||
- [Wayback machine: Hacking Languages by BenWhately on The Official Memrise Blog](https://web.archive.org/web/20160118103207/http://www.memrise.com/blog/hacking-languages/)
|
* [Wayback machine: Hacking Languages by BenWhately on The Official Memrise Blog](https://web.archive.org/web/20160118103207/http://www.memrise.com/blog/hacking-languages/)
|
||||||
- [YLE Suomi/Finnish learning](https://yle.fi/aihe/artikkeli/2015/12/15/suomi-finnish)
|
* [YLE Suomi/Finnish learning](https://yle.fi/aihe/artikkeli/2015/12/15/suomi-finnish)
|
||||||
- [Finnish sign language](https://yle.fi/aihe/artikkeli/2015/12/15/viittomakieli)
|
* [Finnish sign language](https://yle.fi/aihe/artikkeli/2015/12/15/viittomakieli)
|
||||||
- [Duolingo](https://duolingo.com/) has a Finnish course, but may be a bit
|
* [Duolingo](https://duolingo.com/) has a Finnish course, but may be a bit
|
||||||
steep curve and the mobile app often is missing grammar help available
|
steep curve and the mobile app often is missing grammar help available
|
||||||
through the (mobile/) web interface
|
through the (mobile/) web interface
|
||||||
- [Taste of Finnish (HTTP!)](http://tasteoffinnish.fi/)
|
* [Taste of Finnish (HTTP!)](http://tasteoffinnish.fi/)
|
||||||
- [WordDive](https://www.worddive.com/en/) has a Finnish course, paid, but
|
* [WordDive](https://www.worddive.com/en/) has a Finnish course, paid, but
|
||||||
I think with a free trial option.
|
I think with a free trial option.
|
||||||
|
|
||||||
### Advanceish
|
### Advanceish
|
||||||
|
|
||||||
- [YLE Kielikoulu/Språkskolan](https://yle.fi/aihe/kielikoulu-sprakskolan)
|
* [YLE Kielikoulu/Språkskolan](https://yle.fi/aihe/kielikoulu-sprakskolan)
|
||||||
is Finnish/Swedish learning through YLE's video content
|
is Finnish/Swedish learning through YLE's video content
|
||||||
- [Clozemaster](https://www.clozemaster.com/) has random phrases which may
|
* [Clozemaster](https://www.clozemaster.com/) has random phrases which may
|
||||||
be useful after some level of understanding the language.
|
be useful after some level of understanding the language.
|
||||||
|
|
||||||
### Misc
|
### Misc
|
||||||
|
|
||||||
- [Finland.fi: tag language](https://finland.fi/tag/language/)
|
* [Finland.fi: tag language](https://finland.fi/tag/language/)
|
||||||
- [Finland.fi: how the heck do you learn Finland part 1?](https://finland.fi/life-society/how-the-heck-do-you-learn-finnish-part-1/)
|
* [Finland.fi: how the heck do you learn Finland part 1?](https://finland.fi/life-society/how-the-heck-do-you-learn-finnish-part-1/)
|
||||||
- [Pedanet Finnish language learning materials online](https://peda.net/kuopio/kansalaisopisto/kielet/sal/skol)
|
* [Pedanet Finnish language learning materials online](https://peda.net/kuopio/kansalaisopisto/kielet/sal/skol)
|
||||||
- I picked _Taste of Finnish_ from here
|
* I picked *Taste of Finnish* from here
|
||||||
- [Teaching and Culture Ministry's material list](https://www.oph.fi/fi/tilastot-ja-julkaisut/julkaisut?publication_type%5BOppimateriaali%5D=Oppimateriaali#)
|
* [Teaching and Culture Ministry's material list](https://www.oph.fi/fi/tilastot-ja-julkaisut/julkaisut?publication_type%5BOppimateriaali%5D=Oppimateriaali#)
|
||||||
- _Maahanmuuttajakoulutus_ under _Aiheet/teemat_ is immigrant education,
|
* *Maahanmuuttajakoulutus* under *Aiheet/teemat* is immigrant education,
|
||||||
but these appear to be more of tailored for Finnish teachers
|
but these appear to be more of tailored for Finnish teachers
|
||||||
|
|
||||||
## Finnish courses
|
## Finnish courses
|
||||||
|
|
||||||
- [(Open) University of Helsinki; Finnish for foreigners](https://www.helsinki.fi/en/admissions-and-education/open-university/open-university-studies-degree-programme/languages-and-literatures-finland/finnish-foreigners)
|
* [(Open) University of Helsinki; Finnish for foreigners](https://www.helsinki.fi/en/admissions-and-education/open-university/open-university-studies-degree-programme/languages-and-literatures-finland/finnish-foreigners)
|
||||||
|
|
||||||
|
|
||||||
## Simple Finnish news
|
## Simple Finnish news
|
||||||
|
|
||||||
- [YLE Uutiset selkosuomeksi](https://yle.fi/uutiset/osasto/selkouutiset/),
|
* [YLE Uutiset selkosuomeksi](https://yle.fi/uutiset/osasto/selkouutiset/),
|
||||||
TV/Radio news in plain/simple Finnish spoken slowly
|
TV/Radio news in plain/simple Finnish spoken slowly
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
SPDX-FileCopyrightText: 2023 Aminda Suomalainen
|
|
||||||
|
|
||||||
SPDX-License-Identifier: CC0-1.0
|
|
@ -1,3 +0,0 @@
|
|||||||
SPDX-FileCopyrightText: 2023 Aminda Suomalainen
|
|
||||||
|
|
||||||
SPDX-License-Identifier: CC0-1.0
|
|
4
russian/.gitignore
vendored
4
russian/.gitignore
vendored
@ -1,5 +1 @@
|
|||||||
# SPDX-FileCopyrightText: 2023 Aminda Suomalainen
|
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: CC0-1.0
|
|
||||||
|
|
||||||
novosti.csv
|
novosti.csv
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
SPDX-FileCopyrightText: 2023 Aminda Suomalainen
|
|
||||||
|
|
||||||
SPDX-License-Identifier: CC0-1.0
|
|
Loading…
x
Reference in New Issue
Block a user