mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-31 20:29:55 +02:00
Move services to public (#6156)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { makeLocalesTest } from '@hcengineering/platform'
|
||||
|
||||
it(
|
||||
'Locales are equale',
|
||||
makeLocalesTest((lang) => import(`../../lang/${lang}.json`))
|
||||
)
|
||||
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// Copyright © 2023 Hardcore Engineering Inc.
|
||||
//
|
||||
|
||||
import { loadMetadata } from '@hcengineering/platform'
|
||||
import github from '@hcengineering/github'
|
||||
|
||||
const icons = require('../assets/icons.svg') as string // eslint-disable-line
|
||||
loadMetadata(github.icon, {
|
||||
Github: `${icons}#github`,
|
||||
GithubRepository: `${icons}#repository`,
|
||||
PullRequest: `${icons}#pullRequest`,
|
||||
PullRequestMerged: `${icons}#pullRequestMerged`,
|
||||
PullRequestClosed: `${icons}#pullRequestClosed`,
|
||||
Forks: `${icons}#forks`
|
||||
})
|
||||
Reference in New Issue
Block a user