-
Notifications
You must be signed in to change notification settings - Fork 4
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 #407 from iLib-js/development
Merge to master to publish v14.16.0
- Loading branch information
Showing
798 changed files
with
51,196 additions
and
50,130 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 |
---|---|---|
|
@@ -7,7 +7,7 @@ iLib is an internationalization library written in pure ES5 Javascript. It does | |
and can run equally well in various older and newer browsers, on various OS's (including mobile), nodejs, webOS, Qt/QML, | ||
RingoJS, React/Enact, or rhino/nashorn. | ||
|
||
More elaborate documentation can be found [here](docs/index.md) | ||
More elaborate documentation can be found [here](https://ilib-js.github.io/iLib/docs/) | ||
|
||
What Can iLib Do? | ||
------ | ||
|
@@ -196,7 +196,7 @@ section about webpack for links. | |
Copyright and License | ||
------- | ||
|
||
Copyright (c) 2011-2022, JEDLSoft | ||
Copyright (c) 2011-2023, JEDLSoft | ||
|
||
Ilib is licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this library except in compliance with the License. | ||
|
@@ -214,14 +214,14 @@ limitations under the License. | |
More Documentation | ||
------ | ||
|
||
More elaborate documentation can be found [here](docs/index.md). | ||
More elaborate documentation can be found [here](https://ilib-js.github.io/iLib/docs/). | ||
|
||
Other Information | ||
------ | ||
|
||
Please point your browser to the following places to get more documentation: | ||
|
||
- JSDocs: http://www.translationcircle.com/ilib/doc/jsdoc/ | ||
- JSDocs: https://ilib-js.github.io/iLib/docs/api/jsdoc/index.html | ||
- Github: git clone [email protected]:iLib-js/iLib.git | ||
- Builds: https://github.com/iLib-js/iLib/releases | ||
- Wiki: https://github.com/iLib-js/iLib/wiki |
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
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,9 @@ | ||
{ | ||
"delimiter": { | ||
"alternateQuotationEnd": "›", | ||
"alternateQuotationStart": "‹", | ||
"quotationEnd": "»", | ||
"quotationStart": "«" | ||
}, | ||
"generated": true | ||
} |
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,8 @@ | ||
{ | ||
"delimiter": { | ||
"alternateQuotationEnd": "‘", | ||
"alternateQuotationStart": "‚", | ||
"quotationEnd": "“" | ||
}, | ||
"generated": true | ||
} |
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
Oops, something went wrong.