You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the usage of stringsdicts would bring DateTools to a new level by offering proper support for all languages without the need to hack the strings files with "__" rules.
let locale = Locale(identifier: "sl")
let format = NSLocalizedString("dt_seconds_ago", comment: "")
let string = String(format: format, locale: locale, 1)
The text was updated successfully, but these errors were encountered:
I think the usage of stringsdicts would bring DateTools to a new level by offering proper support for all languages without the need to hack the strings files with "__" rules.
Apple Documentation
Simple example of stringsdict for Slovenian:
The example usage (with forced SL locale):
The text was updated successfully, but these errors were encountered: