Skip to content

Commit 98b0328

Browse files
committed
feat(Libraries/Timeline): add playground
1 parent 2aa0897 commit 98b0328

File tree

28 files changed

+750
-134
lines changed

28 files changed

+750
-134
lines changed

next.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const withTM = require('next-transpile-modules')([
1515
'@gravity-ui/charts',
1616
'@gravity-ui/yagr',
1717
'@gravity-ui/markdown-editor',
18+
'@gravity-ui/timeline',
1819
]);
1920

2021
const {i18n} = require('./next-i18next.config');

package-lock.json

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"@gravity-ui/markdown-editor": "^15.1.0",
1717
"@gravity-ui/navigation": "^3.8.0",
1818
"@gravity-ui/page-constructor": "^6.0.0-beta.6",
19+
"@gravity-ui/timeline": "^1.25.1",
1920
"@gravity-ui/uikit": "^7.26.1",
2021
"@gravity-ui/uikit-themer": "^1.4.1",
2122
"@mdx-js/mdx": "^2.3.0",

public/locales/de/timeline.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"goToLibrary": "Zur Bibliothek wechseln",
3+
"title": "Spielwiese"
4+
}
5+

public/locales/en/timeline.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"goToLibrary": "Go to library",
3+
"title": "Playground"
4+
}
5+

public/locales/es/timeline.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"goToLibrary": "Ir a la biblioteca",
3+
"title": "Playground"
4+
}
5+

public/locales/fr/timeline.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"goToLibrary": "Aller à la bibliothèque",
3+
"title": "Terrain de jeu"
4+
}
5+

public/locales/ko/timeline.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"goToLibrary": "라이브러리로 이동",
3+
"title": "플레이그라운드"
4+
}
5+

public/locales/ru/timeline.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"goToLibrary": "К библиотеке",
3+
"title": "Редактор"
4+
}
5+

public/locales/zh/timeline.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"goToLibrary": "前往库",
3+
"title": "Playground"
4+
}
5+

0 commit comments

Comments
 (0)