-
-
Notifications
You must be signed in to change notification settings - Fork 0
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 #13 from cryptpad/fix-spellcheck
Fix spellcheck
- Loading branch information
Showing
165 changed files
with
9,222,287 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
load("@rules_pkg//pkg:mappings.bzl", "pkg_filegroup", "pkg_files", "strip_prefix") | ||
|
||
filegroup( | ||
name = "dictionaries-root", | ||
srcs = glob(["**"]), | ||
) | ||
|
||
pkg_files( | ||
name = "files", | ||
srcs = [ | ||
":dictionaries-root", | ||
], | ||
prefix = "dictionaries/", | ||
strip_prefix = strip_prefix.from_pkg(), | ||
visibility = ["//visibility:public"], | ||
) |
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,19 @@ | ||
## Dictionaries | ||
The dictionaries of various languages used for spellchecking in [ONLYOFFICE Document Server][2] and [ONLYOFFICE Desktop Editors][4]. | ||
|
||
## Project Information | ||
|
||
Official website: [http://www.onlyoffice.com](http://onlyoffice.com "http://www.onlyoffice.com") | ||
|
||
Code repository: [https://github.com/ONLYOFFICE/dictionaries](https://github.com/ONLYOFFICE/dictionaries "https://github.com/ONLYOFFICE/dictionaries") | ||
|
||
SaaS version: [https://www.onlyoffice.com/cloud-office.aspx](https://www.onlyoffice.com/cloud-office.aspx "https://www.onlyoffice.com/cloud-office.aspx") | ||
|
||
## User Feedback and Support | ||
|
||
If you have any problems with or questions about [ONLYOFFICE Document Server][2], please visit our official forum to find answers to your questions: [forum.onlyoffice.com][1] or you can ask and answer ONLYOFFICE development questions on [Stack Overflow][3]. | ||
|
||
[1]: https://forum.onlyoffice.com | ||
[2]: https://github.com/ONLYOFFICE/DocumentServer | ||
[3]: http://stackoverflow.com/questions/tagged/onlyoffice | ||
[4]: https://github.com/ONLYOFFICE/DesktopEditors |
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,2 @@ | ||
SET UTF-8 | ||
TRY ÖŞşçə'-öüABCDEFGHKLMNOPQRSTUVXYZğabcdefghijİklımnopqrstuvxyzÇ |
Oops, something went wrong.