Skip to content

Commit d5aaf84

Browse files
authored
Merge pull request #785 from bcgov/DDS-1285-Remove-French-Option-Until-Fixed
Commented out toggle to French. Left toggle to English if it's not in…
2 parents 2391fa2 + 411aeb1 commit d5aaf84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/components/Header.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@
7575
</span>
7676
</template>
7777
<v-list-item v-if="this.$i18n.locale != 'en'" left fixed color="text" class="hidden-sm-and-down" id="english-btn" @click="setLanguage('en')">English</v-list-item>
78-
<v-list-item v-if="this.$i18n.locale != 'fr'" left fixed color="text" class="hidden-sm-and-down" id="french-btn" @click="setLanguage('fr')">Français</v-list-item>
78+
<!-- v-list-item v-if="this.$i18n.locale != 'fr'" left fixed color="text" class="hidden-sm-and-down" id="french-btn" @click="setLanguage('fr')">Français</v-list-item -->
7979
<v-list-item v-if="this.$i18n.locale != 'en'" left fixed color="text" class="hidden-md-and-up" id="mobile-english-btn" @click="setLanguage('en')">EN</v-list-item>
80-
<v-list-item v-if="this.$i18n.locale != 'fr'" left fixed color="text" class="hidden-md-and-up" id="mobile-french-btn" @click="setLanguage('fr')">FR</v-list-item>
80+
<!-- v-list-item v-if="this.$i18n.locale != 'fr'" left fixed color="text" class="hidden-md-and-up" id="mobile-french-btn" @click="setLanguage('fr')">FR</v-list-item -->
8181
</v-list>
8282
<!-- </v-col>
8383
</v-row> -->

0 commit comments

Comments
 (0)