+
@@ -91,12 +91,14 @@
-
+
@@ -105,7 +107,7 @@
-
+
@@ -146,11 +148,13 @@
-
+
+
-
-
-
+
+
+
+
@@ -178,7 +182,7 @@
if (this.nounsRaw !== undefined) {
return;
}
- this.nounsRaw = await this.$axios.$get(`/nouns/all`, { headers: this.$auth() });
+ this.nounsRaw = await this.$axios.$get(`/nouns/all/${this.config.locale}`, { headers: this.$auth() });
},
async setFilter(filter) {
this.filter = filter;
diff --git a/components/NounSubmitForm.vue b/components/NounSubmitForm.vue
index 8e0323c1..2e46f701 100644
--- a/components/NounSubmitForm.vue
+++ b/components/NounSubmitForm.vue
@@ -13,10 +13,10 @@
|