Skip to content

Commit b6fd115

Browse files
committed
Remove translation files for omc.
- Remove the translation files for omc that translate e.g. error messages and other strings in the compiler. They are badly out of date which causes issues such as error messages that uses the wrong string, and we currently do not have the resources to maintain them.
1 parent 0c67e1d commit b6fd115

File tree

5 files changed

+2
-14745
lines changed

5 files changed

+2
-14745
lines changed

OMCompiler/Compiler/Translation/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
localedir = $(OMBUILDDIR)/share/locale/
2-
locales = de sv es
2+
locales =
33

44
ALL_DIRS=../FrontEnd ../BackEnd ../Main ../Script ../Util ../Global ../SimCode
55
TEMPLATE_DIR=../Template

OMCompiler/Compiler/Translation/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ translations. The kernel uses gettext (libintl).
66
# Setup a new translation target
77
make update
88
msginit --locale=sv_SE.utf8 -i openmodelica.pot
9-
svn add sv.po
9+
git add sv.po
1010

1111
# Edit the .po-file using your favorite gettext po-file editor
1212
# Maybe linguist (same as for OMEdit), gtranslate, or poedit.

0 commit comments

Comments
 (0)