Skip to content

Commit

Permalink
docs(styleguide): lang ru
Browse files Browse the repository at this point in the history
Устанавливаем русский язык для документации, чтобы не мешал переводчик
  • Loading branch information
SevereCloud committed Jul 28, 2023
1 parent 1091c34 commit d562582
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styleguide/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ const { argv } = require('yargs');
const { VKUI_PACKAGE } = require('../shared');
const { reactDocgenTypescript } = require('./propsParser.config');

/**
* @type {import('react-styleguidist').StyleguidistConfig}
*/
const baseConfig = {
title: 'VKUI styleguide',
styleguideDir: path.join(__dirname, argv.dist || 'dist'),
template: {
lang: 'ru',
head: {
links: [
{
Expand Down

0 comments on commit d562582

Please sign in to comment.