Commit Graph

67 Commits

Author SHA1 Message Date
P. Christeas 281c7c980a Merge commit 'origin/master' into mdv-gpl3
bzr revid: p_christ@hol.gr-20081207195509-2tb8fb3d7qr2xigt
bzr revid: p_christ@hol.gr-20081210075901-97mt6chs3ljokpsx
2008-12-10 09:59:01 +02:00
Christophe Simonis 75a195153f [FIX] allow selections in (old style) wizards to be translated (idea from Activity Solutions)
bzr revid: christophe@tinyerp.com-20081205134332-hkwjiy5fulyh5o2i
2008-12-05 14:43:32 +01:00
Christophe Simonis 23d5e09e28 [IMP] move oswalksymlinks to a new module tools.osutil
bzr revid: christophe@tinyerp.com-20081204153656-l247acif1eqvyvl0
2008-12-04 16:36:56 +01:00
Christophe Simonis 97725e1bc0 [IMP] po file generation: write the string format after the #: comments, like launchpad generated files
bzr revid: christophe@tinyerp.com-20081201092553-a7tfa7iydmeq4i5d
2008-12-01 10:25:53 +01:00
Christophe Simonis 0e8f4ebf17 [IMP] better error message
bzr revid: christophe@tinyerp.com-20081128193434-nf87l3pafnjoy0hx
2008-11-28 20:34:34 +01:00
P. Christeas 17631aef94 Merge branch 'master' of openobject-server into mdv-gpl3
Conflicts:
	bin/tools/translate.py

bzr revid: p_christ@hol.gr-20081124152658-xvkszq1j9xrm98mv
2008-11-24 17:26:58 +02:00
Fabien Pinckaers a2fddb8b40 bugfix
bzr revid: fp@tinyerp.com-20081123111128-a2vqz7wf6w89popv
2008-11-23 12:11:28 +01:00
Fabien Pinckaers 21a9b9e064 bugfix_301049
bzr revid: fp@tinyerp.com-20081123110717-c7odqp2ri7du65s0
2008-11-23 12:07:17 +01:00
Stephane Wirtel 681f77aa0c [FIX] Use get_languages instead of scan_languages ( Sorry, It is my fault )
lp bug: https://launchpad.net/bugs/299433 fixed

bzr revid: stephane@tinyerp.com-20081118152153-dim22dfbj5i8pg4u
2008-11-18 16:21:53 +01:00
Stephane Wirtel 115fff5b23 [IMP] Use scan_languages instead of get_languages
bzr revid: stephane@tinyerp.com-20081117172526-1kxpcstje4czrkpx
2008-11-17 18:25:26 +01:00
P. Christeas ee881fa7e0 Armor the export lang wizard against faulty model fields.
Sometimes objects or field definitions in db may have some errors
(especially in dev setups). The export translation algorithm should
just skip those fields and try to continue, instead of raising an
exception. These errors can still be logged, of course.

bzr revid: p_christ@hol.gr-20081115085854-2xpnypbas4sxt15u
2008-11-15 10:58:54 +02:00
P. Christeas 8220e0ad02 Merge commit 'origin/master' into mdv-gpl3
Conflicts:
	bin/tools/convert.py

bzr revid: p_christ@hol.gr-20081025224421-g367ati5b2eeplw6
bzr revid: p_christ@hol.gr-20081104201238-oy0vgsunt2jxgu2p
2008-11-04 22:12:38 +02:00
Christophe Simonis e404e54e38 passing in GPL-3
bzr revid: christophe@tinyerp.com-20081103182716-6c6xyeewubx4uas0
2008-11-03 19:27:16 +01:00
Christophe Simonis 1e834353d6 translations: avoid a traceback
bzr revid: christophe@tinyerp.com-20081020133457-s87zop6uv2t6jwpe
2008-10-20 15:34:57 +02:00
Christophe Simonis 9d11c67875 po files: allow empty lines between comments and msgid
bzr revid: christophe@tinyerp.com-20081015074953-rx39rgezl92egybn
2008-10-15 09:49:53 +02:00
P. Christeas 6f9502fb15 Merge commit 'origin/master' into mandriva
bzr revid: p_christ@hol.gr-20081012165205-zphnae4304mjqh2a
bzr revid: p_christ@hol.gr-20081014123954-ywk9rwhquzmlhidw
2008-10-14 15:39:54 +03:00
P. Christeas d85b9a74fa Behave better at exceptions (l10n, __getitem__() )
bzr revid: p_christ@hol.gr-20081010091805-93a1el2izcfdc5an
2008-10-10 12:18:05 +03:00
Olivier Laurent c69b5b407d Bugfix: TinyPOFile has no attribute 'lines'
bzr revid: olt@tinyerp.com-20081009085245-ylhhnkq8e1xkcaiw
2008-10-09 10:52:45 +02:00
Olivier Laurent 97764f0bb6 PO file header lines should end with '\n' (otherwise Launchpad po file exports are messed up)
bzr revid: olt@tinyerp.com-20081009082416-8w2p6hct02zdagcj
2008-10-09 10:24:16 +02:00
Olivier Laurent 826bcde116 no comments after line termination character ('\')
bzr revid: olt@tinyerp.com-20081009081957-nmp21w4p1px2v87g
2008-10-09 10:19:57 +02:00
Olivier Laurent 0ccdb8ef9d no comments after line termination character ('\')
bzr revid: olt@tinyerp.com-20081009081442-9o4185ci4nlsmeu1
2008-10-09 10:14:42 +02:00
Olivier Laurent 7c201f3220 Bugfix:
AttributeError: 'list' object has no attribute 'get'
  context was a list instead of a dict
  resolution: use 'read' method instead of 'browse'

bzr revid: olt@tinyerp.com-20081009080041-ddju2msf57t2xy5m
2008-10-09 10:00:41 +02:00
Olivier Laurent f9d30d3e96 Handle the BOM (Byte Order Mark) in PO files
bzr revid: olt@tinyerp.com-20081008152805-va7a54971td4affo
2008-10-08 17:28:05 +02:00
P. Christeas a73e9eb836 Merge branch 'master' of /home/panos/tmp/tinyerp/openobject-server/ into mandriva
bzr revid: p_christ@hol.gr-20081006205715-p1hzrsvutwlozt5m
bzr revid: p_christ@hol.gr-20081008092006-9vq68ehp9ck1tnml
2008-10-08 12:20:06 +03:00
Christophe Simonis 8c3108a829 bugfix with po file import
bzr revid: christophe@tinyerp.com-20080930130726-j4n4gmlgz8wv92fv
2008-09-30 15:07:26 +02:00
P. Christeas df41f43f20 When importing .po files, drop the fuzzy entries.
bzr revid: p_christ@hol.gr-20080929204115-rf704z1m9ugikz3w
2008-09-29 23:41:15 +03:00
Christophe Simonis 941c766687 improve the use of release.py
bzr revid: chs@tinyerp.com-20080912194504-yggsuaa992dgekqw
2008-09-12 21:45:04 +02:00
Christophe Simonis 2a54df0171 bugfix with the import/export of po files
bzr revid: christophe@tinyerp.com-20080911151544-of3tvjpiwydawyna
2008-09-11 17:15:44 +02:00
Christophe Simonis 17c49602e1 fix with lang import
bzr revid: christophe@tinyerp.com-20080910131416-5xhjytbofrshmm9t
2008-09-10 15:14:16 +02:00
Stephane Wirtel dbe1e8ca98 Rename Tiny ERP to OpenERP
Rename tinyerp to openerp

bzr revid: stephane@tinyerp.com-20080910084640-bg1h1bre7mwky8s0
2008-09-10 10:46:40 +02:00
Christophe Simonis b7fbf0aa72 fix with code source walking in translation export
bzr revid: christophe@tinyerp.com-20080908075251-gbr4dp0vyl5dhv9u
2008-09-08 09:52:51 +02:00
Christophe Simonis 6fbedbf2e5 add (and use) method tools.oswalksymlinks
bzr revid: christophe@tinyerp.com-20080904235001-3ix8x19mcdobihwo
2008-09-05 01:50:01 +02:00
Christophe Simonis b30f507f97 translations:
*/ fix bug when importing po files
	*/ fix encoding bug when exporting po files
	*/ set logging optional when importing files
	*/ remove commented code
	*/ mmh ... nothing else...

bzr revid: christophe@tinyerp.com-20080904132841-yepj78a97rw7geaw
2008-09-04 15:28:41 +02:00
Christophe Simonis 7d39292eae export lang tgz: fix tar warning
bzr revid: christophe@tinyerp.com-20080902151305-w0ydcbcd0cw97um1
2008-09-02 17:13:05 +02:00
Christophe Simonis 39a34fdd43 only strings in python code are python formated
bzr revid: christophe@tinyerp.com-20080902150144-2i8b15x2xb2z8m58
2008-09-02 17:01:44 +02:00
Christophe Simonis df1e1de0e3 do not export empty translatable strings
bzr revid: christophe@tinyerp.com-20080902130214-ws57mk8zjzqyeb7r
2008-09-02 15:02:14 +02:00
Fabien Pinckaers 51fe0efd16 Small bugfixes
bzr revid: fp@tinyerp.com-20080901192902-zftoynk3cxktmbn9
2008-09-01 21:29:02 +02:00
Christophe Simonis 78fce194ca export lang as po file: bugfix: msgid must be unique
bzr revid: christophe@tinyerp.com-20080822093914-bk6hahvstngwkgxj
2008-08-22 11:39:14 +02:00
Christophe Simonis c4c6bea2d1 * allow export of translation po files into a tgz archive.
* allow export of a new language from the command line

bzr revid: christophe@tinyerp.com-20080819131016-nghtt1x274evlwi4
2008-08-19 15:10:16 +02:00
Amit Mendapara 26642d153f Improved `GettextAlias`
bzr revid: ame@tinyerp.com-20080805080243-q1hdoh06h20s19id
2008-08-05 13:32:43 +05:30
Christophe Simonis ba0c939bb8 merge
bzr revid: christophe@tinyerp.com-20080723163328-wyr58fg7gntstz1v
2008-07-23 18:33:28 +02:00
Christophe Simonis 2eb6b8265b add encoding comment and vim comment
bzr revid: christophe@tinyerp.com-20080723150127-fmitw7zgeokcualh
2008-07-23 17:01:27 +02:00
Christophe Simonis 19d0053be2 export language: no crash when no modules selected
bzr revid: christophe@tinyerp.com-20080723114600-1aqq8m974dbp8vda
2008-07-23 13:46:00 +02:00
Christophe Simonis 2dd9723b8b convert tabs to 4 spaces
bzr revid: christophe@tinyerp.com-20080722142436-143iu4ryy47w3av0
2008-07-22 16:24:36 +02:00
Christophe Simonis 63ceebdf36 i18n: allow export into a po file from command line
bzr revid: christophe@tinyerp.com-20080722073843-16r67df83yz8z0tb
2008-07-22 09:38:43 +02:00
Christophe Simonis 2ccf0092a7 * the translations are graphically exportable by module
* allow importation of po files

bzr revid: christophe@tinyerp.com-20080718131350-tftqhvwyyaz8r1q9
2008-07-18 15:13:50 +02:00
Christophe Simonis 270b2c5329 translation: allow export in .po format
bzr revid: christophe@tinyerp.com-20080717102236-iyx46ut1s3a9roos
2008-07-17 12:22:36 +02:00
Christophe Simonis d309f8fee5 allow the translation of the constraints
bzr revid: christophe@tinyerp.com-20080715134226-c6ncgg2xrwnbce5c
2008-07-15 15:42:26 +02:00
Christophe Simonis 4e80903f94 now _() works !
but bzr...

bzr revid: christophe@tinyerp.com-20080715084023-tzhwid7be6r8067u
2008-07-15 10:40:23 +02:00
Christophe Simonis 0b1dfd702f * translation of nearly all exceptions
* the export of translations per module take only the files of these modules

bzr revid: chs@tinyerp.com-52cb3686b17250df7bc23bf90d18397c7888e6f2
2008-07-08 08:13:12 +00:00