feat: add translation service

This commit is contained in:
2026-06-13 06:08:09 +02:00
parent 3eb57cd327
commit 5acf241033
3 changed files with 339 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ pub mod config;
pub mod domain;
pub mod error;
pub mod pokemon;
pub mod service;
pub mod translation;
#[must_use]
pub const fn crate_name() -> &'static str {