Skip to content

Commit 61c57ce

Browse files
committed
added credits to Nev for the localisation automation scripts
1 parent 89de5d6 commit 61c57ce

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/scripts/find-locale-strings.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- Need to hardcode the project id here
1+
-- Thanks to Nevcairiel @ https://github.com/Nevcairiel/Bartender4/blob/master/locale/find-locale-strings.lua
22
local TOC_FILE
33
-- Automatically find the TOC in the given path, set to false to disable
44
local AUTO_FIND_TOC = arg and arg[1] or "./"

.github/scripts/update_translation.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
# Thanks to Nevcairiel @ https://github.com/Nevcairiel/Bartender4/blob/master/locale/wowace-locale-import.sh
23

34
cf_token=
45

0 commit comments

Comments
 (0)