Changes between Initial Version and Version 1 of Ticket #14391, comment 6
- Timestamp:
- Aug 26, 2018, 4:00:32 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #14391, comment 6
initial v1 4 4 for lc in $(LOCALES); do linkcatkeys -o $(TARGET) -s $(APP_MIME_SIG) -tr -l $$lc $(CATKEYS_DIR)/$$lc.catkeys; done 5 5 }}} 6 At first look there are ''catkeys'' everywhere there, but i've checked source of {{{linkcatkeys}}} and then {{{kits/locale/DefaultCatalog.cpp}}} and yeah, you're right: it "compiles" the same type of data (flattened {{ BMessage}}) as to the''catalog'' files. Thanks :).6 At first look there are ''catkeys'' everywhere there, but i've checked source of {{{linkcatkeys}}} and then {{{kits/locale/DefaultCatalog.cpp}}} and yeah, you're right: it "compiles" the same type of data (flattened {{{BMessage}}}) as the content of ''catalog'' files. Thanks :). 7 7 8 8 I guess it's confusing because the tool name is ''link**catkeys**'', it says it takes ''catalogFiles'' as input: