Revision 8348f486d96ae1988afd6641b7417c7265b915fd authored by Ashley Harrison on 11 October 2022, 10:45:58 UTC, committed by GitHub on 11 October 2022, 10:45:58 UTC
* initial translation progress

* more nav translations

* add subtitle translations

* more specific gitignore path

* fix unit tests
1 parent 8a3294d
Raw File
.linguirc
{
  "locales": [
    "en-US",
    "fr-FR",
    "es-ES",
    "pseudo-LOCALE"
  ],
  "catalogs": [
    {
      "path": "public/locales/{locale}/messages",
      "include": [
        "public/app"
      ],
      "exclude": [
        "**/*.d.ts",
        "**/*.test.ts",
        "**/node_modules/**",
        "public/app/plugins"
      ]
    }
  ],
  "fallbackLocales": {
    "pseudo-LOCALE": "en-US",
    "default": "en-US"
  },
  "pseudoLocale": "pseudo-LOCALE",
  "sourceLocale": "en-US",
  "format": "po",
  "formatOptions": {
    "lineNumbers": false
  }
}
back to top