cli/pkg/i18n/docs/README.md
Snider 4e02d5bc97 refactor: bring external packages home and restructure
- Imported packages from separate repos:
  - github.com/Snider/config -> pkg/config
  - github.com/Snider/display -> pkg/display
  - github.com/Snider/help -> pkg/help
  - github.com/Snider/i18n -> pkg/i18n
  - github.com/Snider/updater -> pkg/updater
- Moved core code from root to pkg/core
- Flattened nested package structures
- Updated all import paths to github.com/Snider/Core/pkg/*
- Added Display interface to Core
- Updated go.work for workspace modules

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-15 15:30:43 +00:00

603 B

i18n Documentation

Welcome to the documentation for the i18n project. This project provides a robust solution for internationalization and localization, including a Go backend library, a CLI tool, and an Angular-based UI.

Table of Contents

  • Getting Started: Learn how to install and run the project.
  • CLI Reference: Detailed documentation for the i18n command-line interface.
  • Library Usage: How to use the i18n Go library in your applications.
  • Frontend: Information about the Angular UI component.