[Enhancement] String localisation #21

Merged
javier merged 6 commits from enhancement/localisable-strings into main 2023-05-19 16:58:51 +00:00
Owner

This PR contains the work done to provide string localisation support for the Core library.

To provide further details about the work done:

  • implemented the localisation(for:) function for the Bundle+LocalisationBundle extension;
  • implemented the localise(for: in: value: table:) function for the String+Localisation extension;
  • defined English as the default localisation language in the Package.swift file;
  • added the "vscode" target to the Makefile file.
This PR contains the work done to provide string localisation support for the `Core` library. To provide further details about the work done: - [x] implemented the `localisation(for:)` function for the `Bundle+LocalisationBundle` extension; - [x] implemented the `localise(for: in: value: table:)` function for the `String+Localisation` extension; - [x] defined English as the default localisation language in the `Package.swift` file; - [x] added the "vscode" target to the `Makefile` file.
javier added the
enhancement
label 2023-05-19 16:58:40 +00:00
javier self-assigned this 2023-05-19 16:58:40 +00:00
javier added 6 commits 2023-05-19 16:58:41 +00:00
javier merged commit 060d8a84a9 into main 2023-05-19 16:58:51 +00:00
javier deleted branch enhancement/localisable-strings 2023-05-19 16:58:51 +00:00
Sign in to join this conversation.
No description provided.