Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Conversation

anirbansanu
Copy link

Now,
1 . you can set extension using setExtension(string $extension) 2 . you can set extension using setExcludeExtensions(array $exclude_extensions) 3 . you can get all the json file content as php assoc array from getJsonFilesContent($filesByFile,$lang)
i ) $filesByFile -> return value of files() method
ii ) $lang -> provide language which is in the language file path
4. filterByIncludedFileNames($filesByFile,$includedFileNames) -> you can include only specified names of files.
5. filterByExcludedFileNames($filesByFile,$excludedFileNames) -> Exclude only specified names of files.
6. getSupportedLanguages($filesByFile) -> you can get all supported languages after exclude or include.
7. writeFile($filePath, array $translations) -> updated for json file.
8. stringJsonLineMaker($translations) -> json string maker added for json file.

Now,
1 .  you can set extension using setExtension(string $extension)  
2 .  you can set extension using setExcludeExtensions(array $exclude_extensions)  
3 .  you can get all the json file content as php assoc array from getJsonFilesContent($filesByFile,$lang)  
                   i ) $filesByFile -> return value of files() method 
                  ii ) $lang -> provide language which is in the language file path 
4. filterByIncludedFileNames($filesByFile,$includedFileNames) -> you can include only specified names of files.
5. filterByExcludedFileNames($filesByFile,$excludedFileNames) -> Exclude only specified names of files.
6. getSupportedLanguages($filesByFile) -> you can get all supported languages after exclude or include.
7. writeFile($filePath, array $translations) -> updated for json file.
8. stringJsonLineMaker($translations) ->  json string maker added for json file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Morty Proxy This is a proxified and sanitized view of the page, visit original site.