-
Notifications
You must be signed in to change notification settings - Fork 716
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8939 from radinamatic/kolibri-speaks-greek
Add the Greek locale and translated strings
- Loading branch information
Showing
124 changed files
with
9,828 additions
and
5,980 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4,017 changes: 2,028 additions & 1,989 deletions
4,017
kolibri/core/static/assets/fonts/noto-common.css
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
|
||
/* | ||
* This is an auto-generated file, so any manual edits will be overridden. | ||
* | ||
* To regenerate, see instructions here: | ||
* https://kolibri-dev.readthedocs.io/en/develop/references/i18n.html | ||
* | ||
* This file was generated by build_tools/i18n/fonts.py | ||
*/ | ||
|
||
@font-face { | ||
font-family: 'noto-full'; | ||
src: url('noto-full.NotoSans.400.woff') format('woff'); | ||
font-style: normal; | ||
font-weight: normal; | ||
unicode-range: U+0,U+D,U+20-7E,U+A0-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3E1,U+3F0-52F,U+1AB0-1AC0,U+1C80-1C88,U+1D00-1DF9,U+1DFB-1F15,U+1F18-1F1D,U+1F20-1F45,U+1F48-1F4D,U+1F50-1F57,U+1F59,U+1F5B,U+1F5D,U+1F5F-1F7D,U+1F80-1FB4,U+1FB6-1FC4,U+1FC6-1FD3,U+1FD6-1FDB,U+1FDD-1FEF,U+1FF2-1FF4,U+1FF6-1FFE,U+2000-2064,U+2066-2071,U+2074-208E,U+2090-209C,U+20A0-20BF,U+20F0,U+2100-215F,U+2184,U+2189,U+25CC,U+2C60-2C7F,U+2DE0-2E52,U+A640-A69F,U+A700-A7BF,U+A7C2-A7CA,U+A7F5-A7FF,U+A92E,U+AB30-AB6B,U+FB00-FB06,U+FE00,U+FE20-FE2F,U+FEFF,U+FFFC-FFFD; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: 'noto-full'; | ||
src: url('noto-full.NotoSans.700.woff') format('woff'); | ||
font-style: normal; | ||
font-weight: bold; | ||
unicode-range: U+0,U+D,U+20-7E,U+A0-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3E1,U+3F0-52F,U+1AB0-1AC0,U+1C80-1C88,U+1D00-1DF9,U+1DFB-1F15,U+1F18-1F1D,U+1F20-1F45,U+1F48-1F4D,U+1F50-1F57,U+1F59,U+1F5B,U+1F5D,U+1F5F-1F7D,U+1F80-1FB4,U+1FB6-1FC4,U+1FC6-1FD3,U+1FD6-1FDB,U+1FDD-1FEF,U+1FF2-1FF4,U+1FF6-1FFE,U+2000-2064,U+2066-2071,U+2074-208E,U+2090-209C,U+20A0-20BF,U+20F0,U+2100-215F,U+2184,U+2189,U+25CC,U+2C60-2C7F,U+2DE0-2E52,U+A640-A69F,U+A700-A7BF,U+A7C2-A7CA,U+A7F5-A7FF,U+A92E,U+AB30-AB6B,U+FB00-FB06,U+FE00,U+FE20-FE2F,U+FEFF,U+FFFC-FFFD; | ||
font-display: swap; | ||
} |
Oops, something went wrong.