diff --git a/src/renderer/components/watch-video-info/watch-video-info.js b/src/renderer/components/watch-video-info/watch-video-info.js index fccdd3ed..2ccb2e43 100644 --- a/src/renderer/components/watch-video-info/watch-video-info.js +++ b/src/renderer/components/watch-video-info/watch-video-info.js @@ -100,7 +100,7 @@ export default Vue.extend({ }, subscribedText: function () { - return `${this.$t('Subscribe').toUpperCase()} ${this.subscriptionCountText}` + return `${this.$t('Channel.Subscribe').toUpperCase()} ${this.subscriptionCountText}` }, dateString() { diff --git a/src/renderer/main.js b/src/renderer/main.js index 1222c3cb..a98d02be 100644 --- a/src/renderer/main.js +++ b/src/renderer/main.js @@ -23,7 +23,7 @@ Vue.component('font-awesome-icon', FontAwesomeIcon) Vue.use(VueI18n) // List of locales approved for use -const activeLocales = ['en-US', 'de-DE', 'fi', 'fr-FR', 'pt-BR', 'pt-PT', 'ru', 'vi', 'zh-CN', 'zh-TW'] +const activeLocales = ['en-US', 'de-DE', 'es-MX', 'fi', 'fr-FR', 'ja', 'pt-BR', 'pt-PT', 'ru', 'vi', 'zh-CN', 'zh-TW'] const messages = {} // Take active locales and load respective YAML file diff --git a/static/locales/es_MX.yaml b/static/locales/es-MX.yaml similarity index 100% rename from static/locales/es_MX.yaml rename to static/locales/es-MX.yaml