Revision 42ad031585bcb6c492a18262edcb8d89a9b69656 authored by Grot (@grafanabot) on 12 May 2023, 14:16:39 UTC, committed by GitHub on 12 May 2023, 14:16:39 UTC
Explore: Remove data source onboarding page (#68131)

* Remove EmptyStateWrapper

(cherry picked from commit cee838c8a88a13ec7cc7da680f1ec64bcb2ec8a1)

Co-authored-by: Haris Rozajac <58232930+harisrozajac@users.noreply.github.com>
1 parent fe15f75
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