summaryrefslogtreecommitdiff
path: root/examples/docs/src/components/util.ts
diff options
context:
space:
mode:
Diffstat (limited to 'examples/docs/src/components/util.ts')
-rw-r--r--examples/docs/src/components/util.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/docs/src/components/util.ts b/examples/docs/src/components/util.ts
deleted file mode 100644
index 0ec91bce0..000000000
--- a/examples/docs/src/components/util.ts
+++ /dev/null
@@ -1,4 +0,0 @@
-export function getLanguageFromURL(pathname: string) {
- const langCodeMatch = pathname.match(/\/([a-z]{2}-?[A-Z]{0,2})\//);
- return langCodeMatch ? langCodeMatch[1] : 'en';
-}
an title='2021-10-14 08:33:58 -0400'>2021-10-14Added descriptions to docs pages (#1550)Gravatar AsyncBanana 22-8/+28 2021-10-14Only run `.github/workflows/stats.yml` locally, not on forks (#1549)Gravatar Caleb Jasik 1-0/+1 2021-10-14[ci] collect statsGravatar FredKSchott 1-0/+1 2021-10-13Add Community Themes and separate Featured Theme (#1543)Gravatar Mark Teekman 2-8/+30 * Separate object for featured and community themes I've split up the two so there's the featured one at the top at the page and community ones below the official themes * Add community themes and change featured themes * Add comma after featured object 2021-10-13Change publish date el to be more accessible (#1522)Gravatar AsyncBanana 2-2/+2 2021-10-13[ci] yarn formatGravatar matthewp 1-1/+1 2021-10-13docs: unify concepts in Spanish version (#1545)Gravatar Jorge del Casar 6-11/+11 2021-10-13[ci] yarn formatGravatar matthewp 1-1/+1