-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Added - Added Dutch - Added Arabic (thanks to [Ahmad Huran](https://github.com/AhmadHuran)) - Started keeping the changelog. ### Changed - Set language preference in cookie as well as browser storage - Allow Internation in multi deck environments - Auto-switch reading direction if the language has `direction: "rtl"` added
- Loading branch information
1 parent
4446ee3
commit 2341f7f
Showing
12 changed files
with
356 additions
and
156 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Changelog | ||
|
||
## [1.1.0] - 2022-11-13 | ||
### Added | ||
- Added Dutch | ||
- Added Arabic (thanks to [Ahmad Huran](https://github.com/AhmadHuran)) | ||
- Started keeping the changelog. | ||
|
||
### Changed | ||
- Set language preference in cookie as well as browser storage | ||
- Allow Internation in multi deck environments | ||
- Auto-switch reading direction if the language has `direction: "rtl"` added | ||
|
||
|
||
## [1.0.4] - 2020-07-01 | ||
### Added | ||
- Added possibility to have translatable items outside the .slides | ||
### Changed | ||
- Changes of some formatting. | ||
- Verticator now references the Reveal files by CDN. | ||
|
||
|
||
|
||
## [1.0.3] - 2020-06-25 | ||
(Version not published on NPM) | ||
### Added | ||
- Added more demo pages. | ||
### Changed | ||
- Option to change 'langattribute' | ||
- Option to change 'switchselector' | ||
|
||
|
||
|
||
## [1.0.2] - 2020-06-25 | ||
### Changed | ||
- Updated readme | ||
- Bugfixes | ||
|
||
|
||
|
||
## [1.0.1] - 2020-06-24 | ||
### Changed | ||
- Updated readme | ||
- Changed dropdown to custom | ||
|
||
|
||
|
||
## [1.0.0] - 2020-06-24 | ||
- Initial commit |
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
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,33 @@ | ||
{ | ||
"slides": { | ||
"examples":{ | ||
"title":"أمثلة" | ||
}, | ||
"intro":{ | ||
"subtitle":"Reveal.js لِ" | ||
}, | ||
"fruit":{ | ||
"title":"الفواكه", | ||
"apple":"تفاحة", | ||
"orange":"برتقالة" | ||
}, | ||
"diner":{ | ||
"title":"مطعم شعبي", | ||
"pizza":"بيتزا", | ||
"hamburger":"هامبرغر" | ||
}, | ||
"animals":{ | ||
"title":"حيوانات", | ||
"dog":"كلب", | ||
"cat":"قطة" | ||
}, | ||
"html":{ | ||
"title":"HTML محتوى", | ||
"paragraph":"هذه فقرة نص عادية", | ||
"htmlparagraph":"<a href=\"#\">HTML</a> هذه فقرة نص تحتوي على عنصر " | ||
} | ||
}, | ||
"menubar": { | ||
"chooselanguage": "اختر اللغة" | ||
} | ||
} |
Oops, something went wrong.