Browsing Danish 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.
Eksempel: hunspell -d da_DK fil.txt # interaktiv stavning
hunspell -i utf-8 fil.txt # tjek UTF-8-kodet fil
hunspell -l *.odt # udskriv forkert stavede ord fra ODF-filer

# Hurtig rettelse af ODF-dokumenter ved oprettelse af personlig ordbog

# 1 Lav en reduceret liste fra forkert stavede og ukendte ord:

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

# 2 Slet forkert stavede ord fra filen med en tekstredigering.
# 3 Brug denne personlige ordbog til at rette de slettede ord:

hunspell -p ord *.odt

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

This translation is managed by De danske oversættere af Ubuntu, assigned by Ubuntu Translators.

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