Skip to content

Commit

Permalink
add crowdin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daffyduck82 committed Oct 31, 2021
1 parent 40690ec commit 3ea6784
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Classes/Module/NavFrameController.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@ function jumpTo(params,linkObj,highLightID) {
// Call this function, refresh_nav(), from another script in the backend if you want to refresh the navigation frame (eg. after having changed a page title or moved pages etc.)
// See t3lib_BEfunc::getSetUpdateSignal()
function refresh_nav() { //
function refresh_nav() {
window.setTimeout("_refresh_nav();",0);
}
function _refresh_nav() { //
function _refresh_nav() {
document.location="' . htmlspecialchars(GeneralUtility::getIndpEnv('SCRIPT_NAME') . '?unique=' . time()) . '";
}
Expand Down
3 changes: 3 additions & 0 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
files:
- source: /Resources/Private/Language/locallang*.xlf
translation: /Resources/Private/Language/%two_letters_code%.%original_file_name%

0 comments on commit 3ea6784

Please sign in to comment.