Skip to content

Localisation and Internationalisation

jon r requested to merge fix/20 into develop

To continue with internationalisation #20 (closed) of the application, this merge request replaces interface strings with template functions. These take their input from the previously added translations submodule !45 (merged).

String replacement is needed first in the following views and components:

views:

  • About
  • Home

components:

  • ControlField
  • editBudgetModal
  • editBudgetModalButton
  • loadBudgetModal
  • LoginButton
  • PersonalInfo
  • saveModal
  • InputForm
Edited by Johannes Winter

Merge request reports