inlang-plugin-xcstrings
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

inlang-plugin-xcstrings

badge

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"
+  }
 }

Package Sidebar

Install

npm i inlang-plugin-xcstrings

Weekly Downloads

10

Version

0.1.3

License

MIT

Unpacked Size

82.7 kB

Total Files

8

Last publish

Collaborators

  • lhechenberger