Skip to content
Snippets Groups Projects
Commit 541c3632 authored by Shibin Das's avatar Shibin Das
Browse files

fix: Fix refactor errror when i18next features was made independent module

parent 3b7785ff
No related branches found
No related tags found
No related merge requests found
......@@ -138,3 +138,8 @@ You can also check few test cases displayed at `/admin/config/string_demo/test`
Enable `string_tmgmt` to integrate with `tmgmt` module.
This exposes an interface to exclusively browse for strings exposed
via string plugin.
## References
- [The Format of PO Files](https://www.gnu.org/software/gettext/manual/html_node/PO-Files.html)
-
......@@ -22,7 +22,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
class StringCollectionResource extends ResourceBase {
/**
* @var \Drupal\string\StringI18Next
* @var \Drupal\string_i18next\StringI18Next
*/
protected $stringI18Next;
......
......@@ -22,7 +22,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
class StringResource extends ResourceBase {
/**
* @var \Drupal\string\StringI18Next
* @var \Drupal\string_i18next\StringI18Next
*/
protected $stringI18Next;
......
......@@ -4,6 +4,4 @@ package: 'Translation Management'
core_version_requirement: ^8.8 || ^9 || ^10
type: module
dependencies:
- tmgmt:tmgmt
- tmgmt:tmgmt_locale
- drupal:locale
- string:string
......@@ -4,6 +4,7 @@ package: 'Translation Management'
core_version_requirement: ^8.8 || ^9 || ^10
type: module
dependencies:
- tmgmt:tmgmt
- tmgmt:tmgmt_locale
- drupal:locale
- string:string
- tmgmt:tmgmt
- tmgmt:tmgmt_locale
- drupal:locale
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment