diff options
author | Brian Evans <grknight@gentoo.org> | 2022-09-27 18:53:03 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2022-09-27 19:02:02 -0400 |
commit | 5ca8d30155e11d97b20f79acec40632c2e06fcd5 (patch) | |
tree | 7531fb116791f8328c0bb0cabe42265ca67e6df9 /MLEB/Translate/.phan/config.php | |
parent | Merge branch 'master' into wikitest (diff) | |
download | extensions-5ca8d30155e11d97b20f79acec40632c2e06fcd5.tar.gz extensions-5ca8d30155e11d97b20f79acec40632c2e06fcd5.tar.bz2 extensions-5ca8d30155e11d97b20f79acec40632c2e06fcd5.zip |
Update MLEB to 2021.12v1.35.2
This is the final version for MW 1.35
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'MLEB/Translate/.phan/config.php')
-rw-r--r-- | MLEB/Translate/.phan/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MLEB/Translate/.phan/config.php b/MLEB/Translate/.phan/config.php index 17b01064..fc314352 100644 --- a/MLEB/Translate/.phan/config.php +++ b/MLEB/Translate/.phan/config.php @@ -28,9 +28,9 @@ $cfg['directory_list'] = array_merge( 'messagegroups', 'scripts', 'specials', + 'src', 'stringmangler', 'tag', - 'translationaids', 'ttmserver', 'utils', 'webservices', |