MastodonLocalCode.swift 304 B

12345678910111213
  1. //
  2. // MastodonLocalCode.swift
  3. // Mastodon
  4. //
  5. // Created by Cirno MainasuK on 2021-11-4.
  6. //
  7. import Foundation
  8. // https://github.com/gunchleoc/mastodon/blob/ed6153b8f24d3a8f5a124cc95683bd1f20aec882/app/helpers/settings_helper.rb
  9. // last update 2021/11/4
  10. typealias MastodonLocalCode = [String: String]