[Enhancement] String localisation #21
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "enhancement/localisable-strings"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the work done to provide string localisation support for the
Core
library.To provide further details about the work done:
localisation(for:)
function for theBundle+LocalisationBundle
extension;localise(for: in: value: table:)
function for theString+Localisation
extension;Package.swift
file;Makefile
file.