541ff51a6e
* rename BCatalogAddOn to BCatalogData, since it doesn't represent an add-on, but rather the catalog data provided by an add-on * move BCatalogData out of Catalog.{h,cpp} into its own header and implementation file * drop BCatalogData::MarkForTranslation() methods, they're not needed * drop BCatalog::GetNoAutoCollectString() methods, they're not being used anywhere * cleanup the B_TRANSLATE_... macros somewhat * add versions of the B_TRANSLATE_MARK_... macros that are meant to be used in void context (when the string isn't being used by the program, just meant to be picked up by collectcatkeys). * adjust several apps to use B_TRANSLATE_MARK_..._VOID where needed * adjust users of BCatalogAddOn accordingly |
||
---|---|---|
.. | ||
Catalog.h | ||
CatalogData.h | ||
Collator.h | ||
Country.h | ||
Currency.h | ||
DateFormat.h | ||
DateTimeFormat.h | ||
DurationFormat.h | ||
FloatFormat.h | ||
FloatFormatImpl.h | ||
FloatFormatParameters.h | ||
Format.h | ||
FormatImpl.h | ||
FormatParameters.h | ||
FormattingConventions.h | ||
GenericNumberFormat.h | ||
IntegerFormat.h | ||
IntegerFormatImpl.h | ||
IntegerFormatParameters.h | ||
Language.h | ||
Locale.h | ||
LocaleRoster.h | ||
LocaleStrings.h | ||
NumberFormat.h | ||
NumberFormatImpl.h | ||
NumberFormatParameters.h | ||
TimeFormat.h | ||
TimeUnitFormat.h | ||
TimeZone.h | ||
UnicodeChar.h |