feat: add localization to admin nav + locale sections
This commit is contained in:
6
client/graph/common-locale-query.gql
Normal file
6
client/graph/common-locale-query.gql
Normal file
@@ -0,0 +1,6 @@
|
||||
query($locale: String!, $namespace: String!) {
|
||||
translations(locale:$locale, namespace:$namespace) {
|
||||
key
|
||||
value
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user