Skip to content

Commit

Permalink
chore(ru): removed unsupported syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
serembon committed Apr 6, 2022
1 parent bb53b1f commit caa00e6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 630 deletions.
2 changes: 0 additions & 2 deletions src/locales/ru/company/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
* Run 'pnpm run generate:locales' to update.
*/
import type { CompanyDefinitions } from '../../..';
import large from './large';
import name_ from './name';
import prefix from './prefix';
import suffix from './suffix';

const company = {
large,
name: name_,
prefix,
suffix,
Expand Down
Loading

0 comments on commit caa00e6

Please sign in to comment.