-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added translation sample file, fixed issue with import
- Loading branch information
Bohdan Berezhniy
committed
Sep 9, 2022
1 parent
b787d03
commit cc9d58e
Showing
4 changed files
with
47 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
key_id,string,store_id,translate,locale | ||
1,"You do not have any saved cards yet.",0,"Vous n'avez pas encore de carte sauvegardée",fr_FR | ||
2,"Add a new saved card",1,"Ajoutez une nouvelle carte",fr_FR | ||
,"New entity",1,"New entity translation",fr_FR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
{ | ||
"name": "magefan/module-translation", | ||
"description": "This module allowed admin user to change translations in admin panel", | ||
"type": "magento2-module", | ||
"version": "2.1.5.1", | ||
"require": { | ||
"magefan/module-community" : ">=2.1.10", | ||
"magefan/module-crowdin-integration" : ">=2.0.0" | ||
}, | ||
"autoload": { | ||
"files": [ "registration.php" ], | ||
"psr-4": { | ||
"Magefan\\Translation\\": "" | ||
} | ||
}, | ||
"suggest": { | ||
"magefan/module-translation-plus": "Translate product attributes on all store views in one click - visit magefan.com for more details" | ||
} | ||
} | ||
{ | ||
"name": "magefan/module-translation", | ||
"description": "This module allowed admin user to change translations in admin panel", | ||
"type": "magento2-module", | ||
"version": "2.1.6", | ||
"require": { | ||
"magefan/module-community" : ">=2.1.11", | ||
"magefan/module-crowdin-integration" : ">=2.0.0" | ||
}, | ||
"autoload": { | ||
"files": [ "registration.php" ], | ||
"psr-4": { | ||
"Magefan\\Translation\\": "" | ||
} | ||
}, | ||
"suggest": { | ||
"magefan/module-translation-plus": "Translate product attributes on all store views in one click - visit magefan.com for more details" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters