DeadlyFirex / PrimoTracker

Suite of tools to track your income over time of primo's.
GNU Affero General Public License v3.0
1 stars 0 forks source link

[Feature] Create localization framework #14

Closed DeadlyFirex closed 9 months ago

DeadlyFirex commented 9 months ago

Description The current reporting system in the microservice is not language aware (yet). This issue aims to address these issues and implement a service-wide localization system.

Context The current response system is neither standardized, nor localized, this is causing several problems;

Expected Behavior

Use Case Examples

Requirements

Considerations

Additional Information N/A

Dependencies

Related

DeadlyFirex commented 9 months ago

Properly placed dependencies under their tab.

DeadlyFirex commented 9 months ago

After careful evaluation, this will introduce too much technical debt for a single version, and this is postponed until further evaluation, currently consistent responses are to be provided by the response framework. Response framework: #10