• Stars
    star
    1,435
  • Rank 31,665 (Top 0.7 %)
  • Language
    Python
  • Created almost 12 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Hunspell UTF8 dictionaries. These work with Sublime Text. [Spell check]

Dictionaries for Sublime Text

The following repository contains some UTF8-ready dictionaries for the spell checker feature of Sublime Text.

Most of them were downloaded from the Open Office list. Credits to the people working on these! Read every LANG.txt for details.

Language List

  • Arabic
  • Armenian (Eastern)
  • Armenian (Western)
  • Català -- Catalan
  • Dansk -- Danish
  • Deutsch (AT) -- German
  • Deutsch (CH) -- German
  • Deutsch (DE) -- German
  • Deutsch -- German
  • Eesti -- Estonian
  • English (American)
  • English (Australian)
  • English (British)
  • English (Canadian)
  • English (South African)
  • Español -- Spanish
  • Euskara -- Basque
  • Français -- French (There is a special package for this language you may want to check here)
  • Galego -- Galician
  • Hebrew -- Israel
  • Hrvatski -- Croatian
  • Indonesia
  • Íslenska -- Icelandic
  • Italiano -- Italian
  • Latin
  • Latvijas -- Latvian
  • Lëtzebuergesch -- Luxembourgish
  • Lietuvių -- Lithuanian
  • Magyar -- Hungarian
  • Malays -- Malaysian
  • Nederlands -- Dutch
  • Norsk (Bokmål) -- Norwegian
  • Norsk (Nynorsk) -- Norwegian
  • Occitan (France) -- Occitan
  • Polski -- Polish
  • Português (Brasileiro) -- Portuguese (Brazilian)
  • Português (Europeu - Antes do Acordo Ortográfico de 1990) -- Portuguese (European - Before the Ortographic Agreement of 1990)
  • Português (Europeu) -- Portuguese (European)
  • Română -- Romanian
  • Slovenčina -- Slovak
  • Slovenščina -- Slovenian
  • Srpski (Latinica) -- Serbian (Latin)
  • Srpski (Ćirilica) -- Serbian (Cyrillic)
  • Svenska -- Swedish
  • Tiếng Việt -- Vietnamese
  • Toki Pona -- toki pona
  • Türkçe -- Turkish
  • Čeština -- Czech
  • Ελληνικά -- Greek
  • Беларуская -- Belarusian (Official)
  • български -- Bulgarian
  • Монгол -- Mongolian
  • Русский -- Russian
  • Русский -- Russian (Pre-reform of 1918)
  • Українська -- Ukrainian
  • فارسی -- Persian

Idea

Since installing a new language requires some non easy procedures, the idea is to collect the dictionaries ready for use here.

Today, this contains a list of some languages. The idea is to extend the list with help from the community.

Adding a new language

My primary language is Spanish, so I'm not sure of the state and quality of the different languages added here.

Please, if you find a better dictionary or something to improve, your change will be welcome.

To add a new language:

  • Download the language file from the OpenOffice extensions page.
  • Rename the .oxt file to .zip and unzip the file
  • Look for three files: "lang.aff", "lang.dic" and "readme_lang.txt" (or something similar)
  • Change the encoding
    • Open the "lang.aff" to check the encoding used. Such the line: "SET ISO-8859-1"
    • Convert that file to UTF-8 from the used encoding
    • Convert "lang.dic" to UTF-8 from the used encoding.
    • Convert "readme_lang.txt" to UTF-8 from the used encoding.
    • Change "SET ISO-8859-1" to "SET UTF-8"
  • Copy "readme_lang.txt" to "lang.txt"
  • Copy these three files to this repository
  • Update the language list above in this file, add yourself to the credits section (keep alphabetical order!)
  • Open a pull request to help improve this package! Thank you.

Iconv and Encodings

Iconv may be used to convert a file to UTF-8 from another encoding. For example:

iconv -f iso-8859-1 -t utf-8 en_CA.aff > en_CA_utf8.aff

You can use the file command to check an encoding:

file -bi en_CA_utf8.aff

Example output:

text/plain; charset=utf-8

Note that us-ascii might be reported if there are no unicode (utf-8) characters present in the file.

Contributors

  • @SteveClement
  • Adam Retter
  • Adam St. John
  • Aitor Carlos Urrutia Aranburu
  • Aksel Meola
  • Alexandr Zhevedenko
  • Andrej Kvasnica
  • Björgvin Ragnarsson @nifgraup
  • Chris---
  • Deni Setiawan
  • Domingues
  • Edward Villegas-Pulgarin (@cosmoscalibur)
  • Einar Ólafsson @einsiol
  • Fakhrullah Padzil
  • Florian Morgan
  • gw0
  • Hadi @hadisfr
  • Hananel Hazan - clone (1.4 of Hspell)
  • Haoliang Yu
  • Hayk Karapetyan
  • Jack Cuthbert
  • Jacob Bundgaard
  • Jonas Follesø
  • Kalman Kemenczy
  • Lyubomir Vezev
  • Maksim Norkin
  • Marcos Chavarría Teijeiro
  • Max @ulidtko
  • Mehmet Ali Gozaydin @kubudik
  • @MicroDroid
  • @michaelwittmann
  • Mladen Mihajlović @mika76
  • MrTux
  • Nick Wilde
  • Nicolás Vaughan
  • Pedro Chambino
  • Petr Dvořák
  • Quentin Pagès @mejans
  • Roland Richter
  • Simon Myunggun Seo
  • Thomas Feldmann
  • Valery Kocubinsky
  • Vladan Kudláč @kudlav
  • Zeljko Babic
  • Aliaksiej Homza @GomZik
  • @increpare
  • vladiscripts

Installation

  1. Locate Sublime Text Package folder (Preferences > Browse Packages). For Linux, it's likely at ~/.config/sublime-text-3/Packages
  2. Download and unzip, or clone the contents of this repository, into this folder (Packages)
  3. Rename the folder in a more suitable name, ex: "Dictionaries" ~/.config/sublime-text-3/Packages/Dictionaries (warning: there must not be any sub-folder in this folder, depending on your unzipping software, you might need to move files to the parent folder)
  4. Choose the language (View > Dictionaries > English (British))
  5. Be sure spelling is activated (F6 / View > Spell Check)
  6. You are done!

Docs

Sublime Text uses Hunspell for its spell checking support.

More Repositories

1

SideBarEnhancements

Enhancements to Sublime Text sidebar. Files and folders.
Python
2,167
star
2

Tag

Collection of packages about HTML/XML tags.
Python
430
star
3

BufferScroll

Remember, restore and sync scroll, bookmarks, marks, folds and cursors. keys: multiple columns one buffer, follow mode, split, screen, pages, synchronize vertical and typewriter scrolling
Python
311
star
4

WordCount

Real-time Word, Char, Line and Page counter, in the status-bar for the document, line or selection. Sublime Text
Python
289
star
5

SideBarGit

Add git commands to sidebar. Textual port of my komodin (komodo edit) extension for sublime text.
Python
244
star
6

EncodingHelper

Guess encoding of files, show in status bar, convert to UTF-8 from a variete of encodings..
Python
178
star
7

Open-Include

Will open file paths found under the cursor with ALT+D
Python
132
star
8

SideBarFolders

For when a project system is too much.
Python
82
star
9

ServiceWorkerFullVideoBuffer

A service worker that buffers a full video, so when the video tag ask for ranges, these can be satisfied. Play + pause = buffer the whole video.
JavaScript
52
star
10

FindResultsApplyChanges

Edit just there in the "Find Results" buffer, merge changes back to the files.
Python
50
star
11

solid-windowed

Given a list of items, only render what's visible on the screen while allowing scrolling the whole list.
JavaScript
43
star
12

komodo-komodin-git

A komodo Git extension
JavaScript
16
star
13

Toolbar

The missing ST toolbar ( with emojis ツ )
JavaScript
14
star
14

Camaleon

Cycle chrome theme and colour schemes with F8
Python
10
star
15

PreventFakeClones

Prevents opening the same file twice, if does not share a buffer (ie is not a clone/duplicate or cloned view/tab/file).
Python
7
star
16

pota

pota is a small and pluggable Reactive Web Renderer for Reactive Libraries.
JavaScript
3
star
17

dom-syntax-sugar

A pluggable babel plugin for adding syntax sugar to JSX.
JavaScript
2
star
18

solid-media-linkify

Given a string it returns links, images, videos, audio as tags and also emojis like `🦆` as 🦆.
JavaScript
2
star
19

locationbar2-utf8

Locationbar² with full support for UTF8 URLs
CSS
2
star
20

angelia.io

WebSockets Server and Client for node.js and the browser
JavaScript
2
star
21

Android

myAPI
Java
1
star
22

on-exit

Calls functions before node exits. A node exit handler.
JavaScript
1
star
23

write-effect

It tracks changes, and deep changes on an object. Runs a callback whenever something changes, an effect.
JavaScript
1
star
24

solid-tooltip

Directive for displaying tooltips on SolidJS components given a `title` attribute.
JavaScript
1
star
25

Format

Sublime Text Plug-in for formatting code or text on selections or files via any cli formatter you wish
Python
1
star
26

komodo-tab-undo-close

A menuitem on tab context menu to reopen the last closed tab (undo close tab).
Shell
1
star
27

dom-flair

Solve any or most html layout issues in intuitive ways via attributes without having to think much about CSS. For example <div col grow></div>. That's it.
CSS
1
star
28

komodo-nav

Experimental folder browsing and bookmarks: for Komodo.
JavaScript
1
star
29

komodo-garden

many remotes, on many trees, all asynch
JavaScript
1
star