Skip to content

Commit bc0f9d6

Browse files
Update binaries and locations
1 parent 58f368e commit bc0f9d6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

utils/build_gettext_catalog.exe

-37 Bytes
Binary file not shown.

utils/pull_pootle_catalogs.exe

5 Bytes
Binary file not shown.

utils/src/build_gettext_catalog.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
(options, args) = parser.parse_args()
2727

2828
directories = {
29-
"client.pot" : [ "../MTA10", "../Shared" ],
30-
#"../MTA10/locale/client.pot" : [ "../MTA10_Server", "../Shared" ],
29+
"client.pot" : [ "../Client", "../Shared" ],
30+
#"../Server/locale/client.pot" : [ "../Server", "../Shared" ],
3131
}
3232

3333
scanDirsList = []

0 commit comments

Comments
 (0)