cp.strings
for I18N lookups related to Final Cut Pro. This has been populated with common lookups for user interface values that appear in Final Cut Pro.cp.apple.finalcutpro.strings <cp.strings>
cp.strings
providing access to common FCPX text values.cp.apple.finalcutpro.strings:find(key[, locale][, quiet]]) -> string
key
.key
- The key to look up.locale
- Optional locale to retrieve the key for, if available. May be a string
or cp.i18n.localeID
.quiet
- Optional boolean, defaults to false
. If true
, no warnings are logged for missing keys.nil
if the application is not running.cp.apple.finalcutpro.strings:findKeys(string[, lang]) -> {string}
lang
if provided.string
- The string to look up.lang
- The language (defaults to current FCPX language).