Skip to content

Commit

Permalink
Merge pull request #13 from cryptpad/fix-spellcheck
Browse files Browse the repository at this point in the history
Fix spellcheck
  • Loading branch information
AAAMON authored Jan 22, 2025
2 parents d395207 + 611a0a9 commit 444b8cc
Show file tree
Hide file tree
Showing 165 changed files with 9,222,287 additions and 2 deletions.
1 change: 1 addition & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ pkg_zip(
"//:client-in-fork",
"//fonts:fonts",
"//vendor:files",
"//dictionaries:files",
],
visibility = ["//visibility:public"],
)
Expand Down
16 changes: 16 additions & 0 deletions dictionaries/BUILD.bazel
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"],
)
19 changes: 19 additions & 0 deletions dictionaries/README.md
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
2 changes: 2 additions & 0 deletions dictionaries/az_Latn_AZ/az_Latn_AZ.aff
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SET UTF-8
TRY ÖŞşçə'-öüABCDEFGHKLMNOPQRSTUVXYZğabcdefghijİklımnopqrstuvxyzÇ
Loading

0 comments on commit 444b8cc

Please sign in to comment.