Directory Compiler/Translation/

Directory Created:
2012-08-01 15:37
Total Files:
6
Deleted Files:
0
Lines of Code:
13679

[root]/Compiler/Translation

Lines of Code

Compiler/Translation/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 84 (100.0%) 34219 (100.0%) 407.3
sjoelund.se 52 (61.9%) 18192 (53.2%) 349.8
perost 26 (31.0%) 10442 (30.5%) 401.6
hkiel 5 (6.0%) 5581 (16.3%) 1116.2
adeas31 1 (1.2%) 4 (0.0%) 4.0

Most Recent Commits

perost 2014-10-20 15:14 Rev.: 22818

- Updated swedish translation of OMC.

2605 lines of code changed in 2 files:

  • Compiler/Translation: openmodelica.pot (+1162 -613), sv.po (+1443 -652)
perost 2013-10-23 16:17 Rev.: 17847

- Fixed handling of modifiers for nonexistent elements in new instantiation.
- Updated swedish translation of OMC.

255 lines of code changed in 2 files:

  • Compiler/Translation: openmodelica.pot (+126 -101), sv.po (+129 -102)
perost 2013-10-17 12:00 Rev.: 17735

Fix for #2383:
- Replaced class restriction with specialized class in error messages.
- Use pretty-printing of class specialization in ClassInf.assertValid.

518 lines of code changed in 2 files:

  • Compiler/Translation: openmodelica.pot (+247 -210), sv.po (+271 -224)
perost 2013-09-17 12:12 Rev.: 17273

- Changed swedish translation of OMC:
* omfattning => definitionsomr?de, r?ckvidd
* utplattning => utflatning

32 lines of code changed in 1 file:

  • Compiler/Translation: sv.po (+32 -31)
perost 2013-09-13 17:22 Rev.: 17238

- Updated swedish translation of OMC.
- Added some comments to NFLookup.

769 lines of code changed in 2 files:

  • Compiler/Translation: openmodelica.pot (+390 -325), sv.po (+379 -299)
hkiel 2013-09-04 09:15 Rev.: 17057

- fix syntax of PO file

1 lines of code changed in 1 file:

  • Compiler/Translation: de.po (+1 -1)
hkiel 2013-09-04 09:12 Rev.: 17056

- update german translation of OMC.
- ignore generated files

3103 lines of code changed in 2 files:

  • Compiler/Translation: de.po (+3035 -2473), openmodelica.pot (+68 -69)
perost 2013-09-03 15:10 Rev.: 17048

- Updated swedish translation of OMC.

435 lines of code changed in 2 files:

  • Compiler/Translation: openmodelica.pot (+300 -287), sv.po (+135 -128)
perost 2013-08-23 16:21 Rev.: 16904

- Updated swedish translation of omc.

193 lines of code changed in 1 file:

  • Compiler/Translation: sv.po (+193 -187)
perost 2013-08-22 12:18 Rev.: 16891

- Updated swedish translation of omc.

274 lines of code changed in 2 files:

  • Compiler/Translation: openmodelica.pot (+137 -133), sv.po (+137 -133)
perost 2013-08-20 13:48 Rev.: 16867

- Updated swedish translation of OMC.

562 lines of code changed in 2 files:

  • Compiler/Translation: openmodelica.pot (+282 -246), sv.po (+280 -246)
perost 2013-06-24 12:21 Rev.: 16469

- Updated translation of OMC.

137 lines of code changed in 1 file:

  • Compiler/Translation: sv.po (+137 -133)
perost 2013-06-14 14:34 Rev.: 16362

- Updated the swedish translation of OMC.

535 lines of code changed in 2 files:

  • Compiler/Translation: openmodelica.pot (+266 -232), sv.po (+269 -232)
hkiel 2013-06-13 16:22 Rev.: 16346

- add/update some german translations

4 lines of code changed in 1 file:

  • Compiler/Translation: de.po (+4 -4)
sjoelund.se 2013-06-12 10:43 Rev.: 16311

- Adding new API calls: classAnnotationExists and getBooleanClassAnnotation
- Some translation fixes

11 lines of code changed in 1 file:

  • Compiler/Translation: sv.po (+11 -11)
perost 2013-06-11 18:48 Rev.: 16305

- Updated swedish translation of omc.
- Some fixes for command line flags.

2004 lines of code changed in 2 files:

  • Compiler/Translation: openmodelica.pot (+381 -396), sv.po (+1623 -984)
perost 2013-06-10 11:25 Rev.: 16269

- Updated translation file.

1063 lines of code changed in 1 file:

  • Compiler/Translation: openmodelica.pot (+1063 -602)
perost 2013-04-25 17:18 Rev.: 15915

- Fixed spelling mistake in swedish translation.

1 lines of code changed in 1 file:

  • Compiler/Translation: sv.po (+1 -1)
sjoelund.se 2013-03-06 13:12 Rev.: 15486

Trim trailing whitespace

2474 lines of code changed in 2 files:

  • Compiler/Translation: README (+1 -1), de.po (+2473 -2473)
sjoelund.se 2012-09-10 11:28 Rev.: 12842

- Adding stub for spanish translation

2892 lines of code changed in 3 files:

  • Compiler/Translation: Makefile (+1 -1), es.po (new 2440), openmodelica.pot (+451 -427)
sjoelund.se 2012-09-04 14:16 Rev.: 12779

- eol-style

1 lines of code changed in 1 file:

  • Compiler/Translation: Makefile (+1 -1)
adeas31 2012-09-04 13:56 Rev.: 12778

- Return the TranslatableContent record from runtime. So that getMessagesStringInternal() can work fine.
- Moved the TranslatableContent from Util.mo to Error.mo
- Added a testcase for getMessagesStringInternal().
- Some minor fixes in FMI.
- The translation file msgid and msgstr should be same.

4 lines of code changed in 1 file:

  • Compiler/Translation: de.po (+4 -4)
hkiel 2012-09-03 13:41 Rev.: 12768

- some more .de translations

2473 lines of code changed in 1 file:

  • Compiler/Translation: de.po (+2473 -2442)
perost 2012-08-31 15:56 Rev.: 12754

- Added new package ConnectionSets to handle connection sets.
- Lots of connection handling improvements.
- Some updates of the omc translations.
- Added case for SCodeInst to CevalScript.runFrontEndWork which mimics the old
instantiation, to make it easier to compare the new and old instantiation.
- Probably lots of other things too...

1059 lines of code changed in 3 files:

  • Compiler/Translation: de.po (+347 -320), openmodelica.pot (+346 -320), sv.po (+366 -330)
sjoelund.se 2012-08-29 15:01 Rev.: 12719

#1776
- Added detection of unbound variables in functions for Modelica. MetaModelica expressions will be supported Real Soon Now?

2 lines of code changed in 1 file:

  • Compiler/Translation: README (+2 -1)
sjoelund.se 2012-08-14 11:51 Rev.: 12512

- Translation update

382 lines of code changed in 3 files:

  • Compiler/Translation: de.po (+123 -56), openmodelica.pot (+123 -56), sv.po (+136 -57)
sjoelund.se 2012-08-09 09:37 Rev.: 12457

- Updated the copyright notice

80 lines of code changed in 4 files:

  • Compiler/Translation: Makefile (+1 -1), de.po (+64 -39), openmodelica.pot (+3 -3), sv.po (+12 -9)
sjoelund.se 2012-08-08 07:58 Rev.: 12450

- Makes omc search for more locales than the given one (to make a good effort of getting LC_CTYPE=UTF-8)

763 lines of code changed in 3 files:

  • Compiler/Translation: de.po (+11 -3), openmodelica.pot (+11 -3), sv.po (+741 -294)
sjoelund.se 2012-08-07 16:52 Rev.: 12445

- Fix gettext charset when not using +locale=..., relying on env.vars instead

1 lines of code changed in 1 file:

  • Compiler/Translation: README (+1 -1)
sjoelund.se 2012-08-07 16:07 Rev.: 12442

- Finished swedish translation

556 lines of code changed in 3 files:

  • Compiler/Translation: de.po (+51 -59), openmodelica.pot (+51 -59), sv.po (+454 -689)
sjoelund.se 2012-08-07 11:37 Rev.: 12441

- More translations

1228 lines of code changed in 3 files:

  • Compiler/Translation: de.po (+364 -525), openmodelica.pot (+364 -525), sv.po (+500 -558)
sjoelund.se 2012-08-06 16:35 Rev.: 12437

- Improved translations

1658 lines of code changed in 3 files:

  • Compiler/Translation: de.po (+374 -251), openmodelica.pot (+374 -251), sv.po (+910 -507)
sjoelund.se 2012-08-06 13:06 Rev.: 12433

- Marked some files in the runtime as translation targets

488 lines of code changed in 4 files:

  • Compiler/Translation: Makefile (+1 -1), de.po (+158 -3), openmodelica.pot (+158 -3), sv.po (+171 -10)
sjoelund.se 2012-08-06 12:16 Rev.: 12431

- Enable interactive/interactiveCorba modes again

45 lines of code changed in 1 file:

  • Compiler/Translation: sv.po (+45 -45)
sjoelund.se 2012-08-06 11:27 Rev.: 12430

- Avoid printing multiple copies of the usage if +help is given on the command-line

23 lines of code changed in 3 files:

  • Compiler/Translation: de.po (+4 -3), openmodelica.pot (+4 -3), sv.po (+15 -15)
sjoelund.se 2012-08-06 10:49 Rev.: 12429

- Enable translation strings for many config flags

2533 lines of code changed in 4 files:

  • Compiler/Translation: Makefile (+1 -1), de.po (+828 -291), openmodelica.pot (+828 -291), sv.po (+876 -544)
sjoelund.se 2012-08-03 14:50 Rev.: 12424

- Updated translation guide

16 lines of code changed in 1 file:

  • Compiler/Translation: README (+16 -1)
sjoelund.se 2012-08-03 14:40 Rev.: 12423

- Adding German language stubs to the translations

1671 lines of code changed in 3 files:

  • Compiler/Translation: Makefile (+1 -1), README (+2 -1), de.po (new 1668)
sjoelund.se 2012-08-03 13:30 Rev.: 12421

#1767
- Marked strings for translation in Error.mo
- Removed some useless whitespace from a few error-messages

3296 lines of code changed in 2 files:

  • Compiler/Translation: openmodelica.pot (+1648 -2), sv.po (+1648 -2)
sjoelund.se 2012-08-01 16:22 Rev.: 12389

- Added a System.gettext() call
- To try out localization of the omc kernel, see directory Compiler/Translation/README. Run make on it after setting up the strings to be translated and your language since we do not run the target by default.

2 lines of code changed in 2 files:

  • Compiler/Translation: Makefile (+1 -1), sv.po (+1 -1)

(1 more)

Generated by StatSVN 0.7.0