Browsing Chechen translation

66 of 76 results
66.
Example: hunspell -d en_US file.txt # interactive spelling
hunspell -i utf-8 file.txt # check UTF-8 encoded file
hunspell -l *.odt # print misspelled words of ODF files

# Quick fix of ODF documents by personal dictionary creation

# 1 Make a reduced list from misspelled and unknown words:

hunspell -l *.odt | sort | uniq >words

# 2 Delete misspelled words of the file by a text editor.
# 3 Use this personal dictionary to fix the deleted words:

hunspell -p words *.odt

There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
Located in src/tools/hunspell.cxx:1872
66 of 76 results

This translation is managed by Chechen Ubuntu Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.