#7983 closed Task (fixed)
Langtool compatible with GNU gettext format
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Project : CKLangTool | Version: | |
Keywords: | Cc: |
Description
Enable the langtool to emit PO files instead of JS files.
Attachments (2)
Change History (7)
Changed 14 years ago by
Attachment: | 7983.patch added |
---|
Changed 14 years ago by
Attachment: | 7983_2.patch added |
---|
comment:1 Changed 14 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | new → review |
comment:2 Changed 14 years ago by
I did not check it yet completely, but there's already one thing that I do not agree with.
I'd definitely avoid deleting directory without asking for confirmation. Even if there is one chance in a million that someone will pass the wrong destination directory, someone will finally do it and will be very unhappy ;-)
Let's simply stop the execution when destination directory exists. If anyone wants to delete the destination directory automatically, he can do this in a batch script.
comment:3 Changed 14 years ago by
Ok...just guess the language output directory always requires frequent updates, so let's leave it to bash/shell.
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review → closed |
I've committed Garry's patch with few enhancements with [7081].
comment:5 Changed 14 years ago by
Committed [7083] to allow update language folder from PO translation files.
The second patch resolves missing entries from js language files instead of based on equivalence comparison with source language file.