Skip to content

Commit f6503eb

Browse files
committed
refactor: rename shared libraries project & clarify publication
1 parent f6e9a8b commit f6503eb

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/app/shared/data/portfolio.data.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ export const PROJECTS: readonly Project[] = [
113113
featured: true,
114114
},
115115
{
116-
name: 'META shared libraries',
116+
name: 'Angular shared libraries',
117117
badge: $localize`:@@proj.metalibs.badge:Design System · Work`,
118-
description: $localize`:@@proj.metalibs.desc:Self-authored Nx monorepo of shared Angular libraries (@meta/*) — design-system tokens generated from Figma, theming, inline-SVG icons, notifications, feature flags and dev-auth tooling. GitLab CI auto-versions, assembles and idempotently publishes them to GitLab Package Registry, gated by coverage, lint, code-duplication and circular-dependency checks.`,
118+
description: $localize`:@@proj.metalibs.desc:Self-authored Nx monorepo of shared Angular libraries (@shared/*) — design-system tokens generated from Figma, theming, inline-SVG icons, notifications, feature flags and dev-auth tooling. GitLab CI auto-versions, assembles and idempotently publishes every package to a private GitLab Package Registry, gated by coverage, lint, code-duplication and circular-dependency checks.`,
119119
links: [],
120120
tags: ['Nx', 'Angular 21', 'GitLab CI/CD', 'Design System', 'Bun'],
121121
featured: true,

src/locale/messages.ru.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@
259259
<target>Дизайн-система · Работа</target>
260260
</trans-unit>
261261
<trans-unit id="proj.metalibs.desc" datatype="html">
262-
<source>Self-authored Nx monorepo of shared Angular libraries (@meta/*) — design-system tokens generated from Figma, theming, inline-SVG icons, notifications, feature flags and dev-auth tooling. GitLab CI auto-versions, assembles and idempotently publishes them to GitLab Package Registry, gated by coverage, lint, code-duplication and circular-dependency checks.</source>
263-
<target>Самостоятельно созданный Nx-монорепозиторий общих Angular-библиотек (@meta/*) — токены дизайн-системы из Figma, темизация, inline-SVG иконки, уведомления, feature-флаги и dev-auth тулинг. GitLab CI авто-версионирует, собирает и идемпотентно публикует их в GitLab Package Registry под контролем coverage, линтинга, проверок дублирования и циклических зависимостей.</target>
262+
<source>Self-authored Nx monorepo of shared Angular libraries (@shared/*) — design-system tokens generated from Figma, theming, inline-SVG icons, notifications, feature flags and dev-auth tooling. GitLab CI auto-versions, assembles and idempotently publishes every package to a private GitLab Package Registry, gated by coverage, lint, code-duplication and circular-dependency checks.</source>
263+
<target>Самостоятельно созданный Nx-монорепозиторий общих Angular-библиотек (@shared/*) — токены дизайн-системы из Figma, темизация, inline-SVG иконки, уведомления, feature-флаги и dev-auth тулинг. GitLab CI авто-версионирует, собирает и идемпотентно публикует каждый пакет в приватный GitLab Package Registry под контролем coverage, линтинга, проверок дублирования и циклических зависимостей.</target>
264264
</trans-unit>
265265
<trans-unit id="proj.claude.badge" datatype="html">
266266
<source>Tooling · Open Source</source>

src/locale/messages.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@
503503
</context-group>
504504
</trans-unit>
505505
<trans-unit id="proj.metalibs.desc" datatype="html">
506-
<source>Self-authored Nx monorepo of shared Angular libraries (@meta/*) — design-system tokens generated from Figma, theming, inline-SVG icons, notifications, feature flags and dev-auth tooling. GitLab CI auto-versions, assembles and idempotently publishes them to GitLab Package Registry, gated by coverage, lint, code-duplication and circular-dependency checks.</source>
506+
<source>Self-authored Nx monorepo of shared Angular libraries (@shared/*) — design-system tokens generated from Figma, theming, inline-SVG icons, notifications, feature flags and dev-auth tooling. GitLab CI auto-versions, assembles and idempotently publishes every package to a private GitLab Package Registry, gated by coverage, lint, code-duplication and circular-dependency checks.</source>
507507
<context-group purpose="location">
508508
<context context-type="sourcefile">src/app/shared/data/portfolio.data.ts</context>
509509
<context context-type="linenumber">117</context>

0 commit comments

Comments
 (0)