Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/korean/hunspell/files/patch-tests_runtest.py
16461 views
1
--- tests/runtest.py.orig 2017-12-25 07:30:13 UTC
2
+++ tests/runtest.py
3
@@ -27,7 +27,7 @@ def main():
4
hunspell_cmd = './hunspell'
5
else:
6
hunspell_cmd = 'hunspell'
7
- args = [hunspell_cmd, '-i', 'UTF-8', '-d', '../ko']
8
+ args = [hunspell_cmd, '-i', 'UTF-8', '-d', '../ko_KR']
9
hunspell = subprocess.Popen(args,
10
stdin=subprocess.PIPE, stdout=subprocess.PIPE)
11
hunspell.stdout.readline() # the first line "Hunspell 1.2.8 ..."
12
13