feat: sync locales strings

This commit is contained in:
NGPixel
2018-05-06 16:19:37 -04:00
parent 7786f9042f
commit b143aa2f8c
5 changed files with 80 additions and 7 deletions

View File

@@ -16,6 +16,7 @@ extend type Mutation {
type LocalizationQuery {
locales: [LocalizationLocale]
config: LocalizationConfig
}
# -----------------------------------------------
@@ -43,3 +44,8 @@ type LocalizationLocale {
nativeName: String!
updatedAt: Date!
}
type LocalizationConfig {
locale: String!
autoUpdate: Boolean!
}