Skip to content

Instantly share code, notes, and snippets.

@nikitasinelnikov
Created June 2, 2021 14:29
Show Gist options
  • Save nikitasinelnikov/42cc8e2d7d6247544e11913925b50ede to your computer and use it in GitHub Desktop.
Save nikitasinelnikov/42cc8e2d7d6247544e11913925b50ede to your computer and use it in GitHub Desktop.
The way how to add WP Native locales to Weglot Languages wp-content/plugins/weglot/vendor/weglot/weglot-php/src/Client/Factory/Languages.php
'en' => [ //line 82
'internal_code' => 'en',
'english' => 'English',
'local' => 'English',
'rtl' => false,
'wp_locale' => 'en_US',
],
'ru' => [ //line 340
'internal_code' => 'ru',
'english' => 'Russian',
'local' => 'Русский',
'rtl' => false,
'wp_locale' => 'ru_RU',
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment