Changes between Initial Version and Version 1 of Ticket #14391, comment 6


Ignore:
Timestamp:
Aug 26, 2018, 4:00:32 PM (7 years ago)
Author:
ahwayakchih

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified Ticket #14391, comment 6

    initial v1  
    44        for lc in $(LOCALES); do linkcatkeys -o $(TARGET) -s $(APP_MIME_SIG) -tr -l $$lc $(CATKEYS_DIR)/$$lc.catkeys; done
    55}}}
    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 :).
     6At 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 :).
    77
    88I guess it's confusing because the tool name is ''link**catkeys**'', it says it takes ''catalogFiles'' as input: