Package Exports
- inlang-plugin-xcstrings
- inlang-plugin-xcstrings/out/index.cjs
- inlang-plugin-xcstrings/out/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (inlang-plugin-xcstrings) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
inlang-plugin-xcstrings
An inlang plugin to handle Xcode String Catalogs
Usage
Add the plugin and your settings to your inlang.project/settings.json:
{
"$schema": "https://inlang.com/schema/project-settings",
"sourceLanguageTag": "en",
"languageTags": ["en", "de"],
"modules": [
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-empty-pattern@latest/dist/index.js",
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-missing-translation@latest/dist/index.js",
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-without-source@latest/dist/index.js",
"https://cdn.jsdelivr.net/npm/@inlang/plugin-t-function-matcher@latest/dist/index.js",
+ "https://cdn.jsdelivr.net/npm/inlang-plugin-xcstrings@latest/out/index.js"
],
+ "plugin.hechenbros.xcstrings": {
+ "pathPattern": "./Localizable.xcstrings"
+ }
}