🌐 Added Japanese user guide (#11591)

This commit is contained in:
mpcjazz 2024-05-31 11:05:57 +09:00 committed by GitHub
parent d677573576
commit e8053d1b1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
96 changed files with 61332 additions and 2 deletions

View file

@ -633,6 +633,7 @@ func getSyncIgnoreLines() (ret []string) {
ret = append(ret, "20210808180117-6v0mkxr/**/*")
ret = append(ret, "20210808180117-czj9bvb/**/*")
ret = append(ret, "20211226090932-5lcq56f/**/*")
ret = append(ret, "20240530133126-axarxgx/**/*")
ret = gulu.Str.RemoveDuplicatedElem(ret)
return