forked from zelo72/mastodon-ios
13 lines
304 B
Swift
13 lines
304 B
Swift
|
//
|
||
|
// MastodonLocalCode.swift
|
||
|
// Mastodon
|
||
|
//
|
||
|
// Created by Cirno MainasuK on 2021-11-4.
|
||
|
//
|
||
|
|
||
|
import Foundation
|
||
|
|
||
|
// https://github.com/gunchleoc/mastodon/blob/ed6153b8f24d3a8f5a124cc95683bd1f20aec882/app/helpers/settings_helper.rb
|
||
|
// last update 2021/11/4
|
||
|
typealias MastodonLocalCode = [String: String]
|