Skip to content

[Old/Closed PR] Add CC 4.0 sk Slovak (Slovensky) translations #1288

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

Closed
wants to merge 27 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
27fafda
copy english legal code to slovak filename
TimidRobot Aug 9, 2022
7d3b064
update html language
TimidRobot Aug 9, 2022
3d43e22
add slovak to tools
TimidRobot Aug 9, 2022
cec498f
add slovak (slovenčina) to language options
TimidRobot Aug 9, 2022
70114fa
Merge branch 'main' into cc4-sk-legalcode
TimidRobot Dec 9, 2022
c130f99
Merge branch 'main' into cc4-sk-legalcode
TimidRobot Jul 25, 2023
1ec8116
ran ../../tools/cc4_update.py in docroot/legalcode to update language…
TimidRobot Jul 25, 2023
eab2f5e
Add Slovak translation of licenses
jangondol Jul 28, 2023
080ae55
Add two updates from Sep 5, 2023 (based on Zuzana Adamova + CS text)
jangondol Sep 28, 2023
c9ff633
Merge pull request #1287 from jangondol/cc4-sk-legalcode
TimidRobot Oct 17, 2023
e694f72
Merge branch 'main' into cc4-sk-legalcode
TimidRobot Oct 17, 2023
b35657b
remove newlines and re-apply https://github.com/jangondol/translate-c…
TimidRobot Jan 22, 2024
ce1752d
replaced partially translated paragraph with full translated paragrap…
TimidRobot Jan 22, 2024
2380bd9
replaced untranslated paragraph (containing middle paragraph newline)…
TimidRobot Jan 22, 2024
fe20244
use "maximálne" in specified locations
TimidRobot May 10, 2024
2e81c96
use "súbor" in specified locations
TimidRobot May 10, 2024
d239075
use "licencií" in specified locations
TimidRobot May 10, 2024
b7a5868
use "byť" in specified locations
TimidRobot May 10, 2024
f5ec044
use "stanovené" in specified locations
TimidRobot May 10, 2024
c22301e
use "súvisiace" in specified locations
TimidRobot May 10, 2024
b1fb90f
use "súvisiace" in specified locations #2
TimidRobot May 10, 2024
6bd18d4
use "použitiu" in specified locations #2
TimidRobot May 10, 2024
cfa070c
use "licencia" in specified locations
TimidRobot May 10, 2024
fff128f
use "obmedzené" in specified locations
TimidRobot May 10, 2024
934cb09
Merge pull request #1300 from creativecommons/tuchyna-martin-correcti…
TimidRobot May 10, 2024
7edca25
3.a.1.C: remove newlines so resource (english) string is all on one line
TimidRobot May 10, 2024
6d789c7
apply translation replacement found in https://github.com/jangondol/t…
TimidRobot May 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add slovak to tools
  • Loading branch information
TimidRobot committed Aug 9, 2022
commit 3d43e220178c2e9d33f22b479995de43cbe00888
2 changes: 2 additions & 0 deletions tools/lang_tag_to.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"pt": "português",
"ro": "română",
"ru": "русский",
"sk": "slovenčina",
"sl": "Slovenščina",
"sv": "svenska",
"tr": "Türkçe",
Expand Down Expand Up @@ -80,6 +81,7 @@
"pt": "Esta página está disponível nas seguintes línguas:",
"ro": "Această pagină este disponibilă în următoarele limbi:",
"ru": "Эта страница доступна на следующих языках:",
"sk": "Táto stránka je dostupná v nasledujúcich jazykoch:",
"sl": "Ta stran je dosegljiva v naslednjih jezikih:",
"sv": "Denna sida finns tillgänglig på följande språk:",
"tr": "Bu sayfa şu dillerde mevcuttur:",
Expand Down