Git Product home page Git Product logo

dictionaries's Introduction

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

  • Català
  • Croatian
  • Dansk
  • Deutsch
  • Deutsch (AT)
  • Deutsch (CH)
  • Deutsch (DE)
  • Czech
  • Ελληνικά
  • English (American)
  • English (Australian)
  • English (British)
  • English (Canadian)
  • English (South African)
  • Español
  • Français ( There is an special package for this language you may want to check https://github.com/superbob/SublimeTextLanguageFrench )
  • Galego
  • Italiano
  • Lietuvių
  • Magyar
  • Nederlands
  • Norwegian (Bokmål)
  • Norwegian (Nynorsk)
  • Română
  • Polski
  • Português (do Brasil)
  • Português (Europeu)
  • Русский
  • Slovenian
  • Slovensky
  • Svenska
  • Tiếng Việt
  • Українська
  • Български

Idea

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

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

Adding a new language

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

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

To add a new language:

  • Download the language file from link above.
  • Rename the "some.oxt" file to "some.zip"
  • Unzip the file
  • Look for three files: "lang.aff", "lang.dic" and "readme_lang.txt"(or something similar)
  • 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

  • Adam St. John
  • Andrej Kvasnica
  • Haoliang Yu
  • Jonas Follesø
  • Kalman Kemenczy
  • MrTux
  • Max @ulidtko
  • Nick Wilde
  • Petr Dvořák
  • Roland Richter
  • Thomas Feldmann
  • Valery Kocubinsky
  • Maksim Norkin
  • Alexandr Zhevedenko
  • Marcos Chavarría Teijeiro
  • Pedro Chambino
  • Florian Morgan
  • Zeljko Babic
  • Chris---
  • gw0
  • Adam Retter
  • Jack Cuthbert
  • Lyubomir Vezev

Docs

Sublime Text uses Hunspell for its spell checking support.

dictionaries's People

Contributors

titobouzout avatar batmandakh avatar superbob avatar kkemenczy avatar nickdickinsonwilde avatar chavaone avatar ulidtko avatar astjohn avatar 4ndrej avatar mivor avatar adamretter avatar follesoe avatar larsw avatar lubakis avatar mnorkin avatar net-burst avatar pchambino avatar tfeldmann avatar vkocubinsky avatar dvoraq avatar gw0 avatar

Watchers

James Cloos avatar David Guillen Vazquez avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.