You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.
The 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.
Looks up an application string and returns an array of keys that match. It will take into account current language the app is running in, or use lang if provided.
Parameters
string - The string to look up.
lang - The language (defaults to current FCPX language).
Returns
The array of keys with a matching string.
Notes
This method may be very inefficient, since it has to search through every possible key/value pair to find matches. It is not recommended that this is used in production.