dto-btn / ssc-assistant

Second iteration of the SSC chatbot/assistant
MIT License
2 stars 1 forks source link

Consolidate translation files into one and add internationalization for error messages #101

Closed kyleaitken closed 2 weeks ago

kyleaitken commented 4 months ago

The translation files should be consolidated into one file for improved organization, using the following structure:

{
  "somekey": {
    "en": "English version",
    "fr": "Version française"
  }
}

Additionally, error codes returned from API calls should have translations added