764f140a97
2013-04-03 05:48 UTC+0200 Viktor Szakats (harbour syenar.net) * config/po2lang.hb * hide e-mail in lang .c files
Viktor Szakats
2013-04-03 05:49:07 +02:00
de93214c1f
2013-04-03 04:08 UTC+0200 Viktor Szakats (harbour syenar.net) * config/lang2po.hb * tests/langchk.hb ! fixed filter to allow pt_br and other non-legacy lang ids to pass
Viktor Szakats
2013-04-03 04:08:55 +02:00
4dd894382a
TODOs updated
Viktor Szakats
2013-04-03 03:47:13 +02:00
f9d38b5ef5
2013-04-03 03:15 UTC+0200 Viktor Szakats (harbour syenar.net) * bin/check.hb ! fix to filename filter (needs large cleanup)
Viktor Szakats
2013-04-03 03:16:49 +02:00
2e18ae8387
2013-04-03 03:02 UTC+0200 Viktor Szakats (harbour syenar.net) * config/lang.hb + enabled pulling all translation for core-lang
Viktor Szakats
2013-04-03 03:04:01 +02:00
942cfa22da
2013-04-03 01:48 UTC+0200 Viktor Szakats (harbour syenar.net) * tests/lang2po.hb -> config/lang2po.hb * tests/po2lang.hb -> config/po2lang.hb * moved to their final location
Viktor Szakats
2013-04-03 01:50:11 +02:00
ef37d79a27
added details to code adapted from foreign work
Viktor Szakats
2013-04-03 01:37:56 +02:00
02a194071d
typo in comment
Viktor Szakats
2013-04-03 01:15:10 +02:00
9493097ab2
2013-04-03 00:19 UTC+0200 Viktor Szakats (harbour syenar.net) * include/hblang.hbx * src/lang/Makefile * src/rtl/langcomp.prg + src/lang/l_es_419.c + added 'es_419' - Spanish (Latin America) to Harbour core languages ! fixed typo in language mapping of 'sr-sp-cyrl' to 'sr_cyr' + accept 'zh' for Chinese (Traditional)
Viktor Szakats
2013-04-03 00:22:33 +02:00
040cb6b165
final touches after uploading most core lang modules
Viktor Szakats
2013-04-02 23:44:39 +02:00
9b2e261eb1
2013-04-02 22:29 UTC+0200 Viktor Szakats (harbour syenar.net) * src/lang/l_hu.c + translated one missing item
Viktor Szakats
2013-04-02 22:30:28 +02:00
0582727a49
.po files will be intermediate format and not required in repo
Viktor Szakats
2013-04-02 22:18:17 +02:00
c0d88c42dc
2013-04-02 22:09 UTC+0200 Viktor Szakats (harbour syenar.net) * bin/check.hb + added file fixup feature (not yet activated) + refined detection of some problems
Viktor Szakats
2013-04-02 22:14:28 +02:00
b76bdb7f7d
deleted BOM again
Viktor Szakats
2013-04-02 17:56:19 +02:00
b9d69aa3f5
2013-04-02 17:49 UTC+0200 Viktor Szakats (harbour syenar.net) + bin/check.hb + new source verifier. Able to all documented (and more) required text file and filename properties.
Viktor Szakats
2013-04-02 17:50:36 +02:00
77594dd2d6
include project name in screen output
Viktor Szakats
2013-04-02 02:58:06 +02:00
783f45656d
2013-04-02 02:43 UTC+0200 Viktor Szakats (harbour syenar.net) * src/rtl/hbi18n2.prg ! __i18n_potArrayClean() to evaluate transformation codeblock in normal order (was reverse)
Viktor Szakats
2013-04-02 02:51:04 +02:00
23ebe811d3
2013-04-02 00:00 UTC+0200 Viktor Szakats (harbour syenar.net) * config/lang.hb + now requires the target project to be passed on cmdline + now pulls configuration from .hbp files. See .hbp changes in this very commit. + generalized the 'hbrun' special case in 'doc_make' mode + generalized doc output type (so can be other than .md now) % doesn't require hbrun tool anymore ; it means the tool is now more or less generic and can support else than hbmk2
Viktor Szakats
2013-04-02 00:01:50 +02:00
2c5662568c
moved to global location
Viktor Szakats
2013-04-01 23:46:10 +02:00
f75ed9c574
2013-04-01 23:42 UTC+0200 Viktor Szakats (harbour syenar.net) * utils/hbmk2/lang.hb + trs_push to push all languages + do not create doc of there if not supported
Viktor Szakats
2013-04-01 23:44:08 +02:00
f47c4f3a97
2013-04-01 18:53 UTC+0200 Viktor Szakats (harbour syenar.net) * src/rtl/hbi18n2.prg * __i18n_potArrayClean() will now call transformation callback first again * __i18n_potArrayClean() transformation callback returning non-string will now be ignored instead of deleting the item
Viktor Szakats
2013-04-01 18:53:54 +02:00
159c2299d0
few value names were translatable by mistake
Viktor Szakats
2013-04-01 04:23:02 +02:00
1d279f7626
2013-04-01 04:13 UTC+0200 Viktor Szakats (harbour syenar.net) * src/rtl/hbi18n2.prg + __i18n_potArrayClean() wlll now call transformation callback before deleting items ! __i18n_potArrayClean() fixed item deletion when transformation callback returns non-string
Viktor Szakats
2013-04-01 04:14:50 +02:00
02ebccfcdd
2013-04-01 03:33 UTC+0200 Viktor Szakats (harbour syenar.net) * src/rtl/hbi18n2.prg ! __i18n_potArraySort() fixed to not RTE when no source is present + __i18n_potArraySort() tweaked to sort items w/o source info to always come before ones with source info + __i18n_potArrayClean() wlll now call transformation callback before deleting items + __i18n_potArrayClean() will now remove the item in question if the callback returns any non-string value + __i18n_potArrayClean()'s second lKeepVoidTranslations = .F. option will now also remove items where the translation is identical to the msg id
Viktor Szakats
2013-04-01 04:09:18 +02:00
cdc25aa128
2013-04-01 01:35 UTC+0200 Viktor Szakats (harbour syenar.net) * src/rtl/hbi18n2.prg * consider the complete original string when sorting (was first 30 chars)
Viktor Szakats
2013-04-01 01:37:20 +02:00
f18ce81c0b
2013-04-01 01:28 UTC+0200 Viktor Szakats (harbour syenar.net) * utils/hbmk2/_po_pull.hb ! fixed wrong EOL forming after prev % consolidated newline transformation into new doctoring calling + fixing EOL+space into EOL in translated text
Viktor Szakats
2013-04-01 01:30:23 +02:00
f7bd4b33e7
2013-04-01 01:14 UTC+0200 Viktor Szakats (harbour syenar.net) * include/harbour.hbx * src/rtl/hbi18n2.prg + added __i18n_potArrayClean() function that can clean source comments, empty translations and able to do transformations on translations via use supplied callback.
Viktor Szakats
2013-04-01 01:18:50 +02:00
3b20d12114
2013-04-01 00:17 UTC+0200 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.prg + will now use UTF-8 when the stdout is redirected to file (caveat: will also use UTF-8 when using Windows tools like 'more' do not understand UTF-8) + will now use UTF-8 when using -viewhelp to open the help in viewer
Viktor Szakats
2013-04-01 00:20:58 +02:00
4f1db3a0b0
2013-03-31 22:52 UTC+0200 Viktor Szakats (harbour syenar.net) * include/harbour.hbx * src/rtl/hbi18n2.prg + added __i18n_potArraySort( aTrans ) -> aTrans to sort .pot files to a predictable order (of first occurrence in file). It helps reducing unnecessarily large and unusable diffs when updating .pots and their related .po files
Viktor Szakats
2013-03-31 22:55:32 +02:00
ea544841f0
better rules to exclude lib subdir
Viktor Szakats
2013-03-31 22:02:01 +02:00
b550ee9c1a
2013-03-31 21:52 UTC+0200 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.prg + clarified 'target' in several help items + added 'to stdout' to clarifiy some help items + use 'platform/C compiler' except 'toolchain'
Viktor Szakats
2013-03-31 21:53:44 +02:00
251f4179ba
minor cleanup
Viktor Szakats
2013-03-31 21:38:23 +02:00
35300e401d
minor doc/comment/test cleanups
Viktor Szakats
2013-03-31 21:35:57 +02:00
aaa6a84532
2013-03-31 21:22 UTC+0200 Viktor Szakats (harbour syenar.net) * .gitignore * deleted .def file as they are now covered by bin/*/ and otherwise .def files do exist in source repo
Viktor Szakats
2013-03-31 21:25:16 +02:00
fce9739764
2013-03-31 20:13 UTC+0200 Viktor Szakats (harbour syenar.net) - utils/hbmk2/po/hbmk2.hu!.po - deleted accidentally added file
Viktor Szakats
2013-03-31 20:15:20 +02:00
60a1267095
2013-03-31 04:46 UTC+0200 Viktor Szakats (harbour syenar.net) * utils/hbmk2/_md_make.hb * utils/hbmk2/_po_pull.hb * utils/hbmk2/_po_push.hb % much faster .md generation + internals modified to ease moving the scripts to other dir + better feedback
Viktor Szakats
2013-03-31 05:17:46 +02:00
dea79cf720
2013-03-30 04:20 UTC+0100 Viktor Szakats (harbour syenar.net) * utils/hbmk2/_po_push.hb + will now refresh source language .po (.pot) from source code + will now save source .po locally
Viktor Szakats
2013-03-30 04:21:23 +01:00
316d6ab161
2013-03-30 03:52 UTC+0100 Viktor Szakats (harbour syenar.net) + utils/hbmk2/_po_push.hb + added script to upload English source .po file
Viktor Szakats
2013-03-30 03:54:55 +01:00
a827aba539
terminology (translation -> localization)
Viktor Szakats
2013-03-30 02:48:23 +01:00
9e28bd5001
ignore bin subdirs (most significant on *nix)
Viktor Szakats
2013-03-30 02:13:52 +01:00
21ba973f78
2013-03-30 02:03 UTC+0100 Viktor Szakats (harbour syenar.net) * README.md * moved Travis build status to top + linked to two users' list posts on unstable builds % deleted old envvars recommended for deletion (they don't appear anymore in user reports)
Viktor Szakats
2013-03-30 02:06:08 +01:00
30d6468c03
fixed to work in its final location
Viktor Szakats
2013-03-30 00:30:11 +01:00
3851b7d40b
2013-03-29 23:25 UTC+0100 Viktor Szakats (harbour syenar.net) * src/rtl/cdpdet.prg * src/rtl/langcomp.prg * utils/hbmk2/_md_gen.hb + added support for Spanish (Latin American) (es_419) dialect
Viktor Szakats
2013-03-29 23:28:16 +01:00
7401e61b59
2013-03-29 21:36 UTC+0100 Viktor Szakats (harbour syenar.net) + utils/hbmk2/_md_gen.hb + added script to generate .md helps
Viktor Szakats
2013-03-29 21:36:55 +01:00
e485eed41a
be more predictable when falling back to other dialects found on disk
Viktor Szakats
2013-03-29 20:07:46 +01:00
1b6b2ba911
2013-03-29 19:31 UTC+0100 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.prg + better match algrorithm for finding .hbl translation modules f.e. "es_AR" will fall back to "es", than fall back to whichever dialect is present. "es" will also be matched to "es_*" when "es" not present. ! now able to load languages Harbour doesn't even know about
Viktor Szakats
2013-03-29 19:32:41 +01:00
69b251df6d
tuning language IDs
Viktor Szakats
2013-03-29 18:18:06 +01:00