Browsing Hungarian 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.
Példák: hunspell -d en_US szöveg.txt # interaktív helyesírás-ellenőrzés
hunspell -i utf-8 szöveg.txt # UTF-8-as karakterkódolású állomány ellenőrzése
hunspell -l *.odt # kiírja az ODF dokumentumok hibás szavait

# ODF dokumentumok gyors javítása saját szótár létrehozásával

# 1. Készítsünk csökkentett szólistát a hibás és ismeretlen szavakból:

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

# 2. Töröljük a hibás szavakat az állományból egy szövegszerkesztővel.
# 3. Használjuk ezt saját szótárként a törölt szavak javításához:

hunspell -p szavak *.odt

Translated by Launchpad Translations Administrators
Located in src/tools/hunspell.cxx:1872
66 of 76 results

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

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