--- doc/loncapafiles/langcheck.piml 2018/10/27 20:29:22 1.15
+++ doc/loncapafiles/langcheck.piml 2019/04/09 15:54:12 1.17
@@ -50,7 +50,7 @@ if ('' eq 'sles9' || ''
}
} elsif ('' eq 'debian5' || '' eq 'debian6' || '' eq 'ubuntu6' ||
'' eq 'ubuntu8' || '' eq 'ubuntu10' || '' eq 'ubuntu12' ||
- '' eq 'ubuntu14' || '' eq 'ubuntu16') {
+ '' eq 'ubuntu14' || '' eq 'ubuntu16' || '' eq 'ubuntu18') {
if (open(PIPE,"cat /etc/default/locale |grep '^LANG' |")) {
print "Checking OS language";
if (<PIPE> =~ /^LANG="en/) {
@@ -65,7 +65,8 @@ if ('' eq 'sles9' || ''
'' eq 'fedora21' || '' eq 'fedora22' || '' eq 'fedora23' ||
'' eq 'fedora24' || '' eq 'fedora25' || '' eq 'fedora26' ||
'' eq 'fedora27' || '' eq 'fedora28' || '' eq 'fedora29' ||
- '' eq 'rhes7' || '' eq 'centos7' || '' eq 'scientific7') {
+ '' eq 'fedora30' || '' eq 'rhes7' || '' eq 'centos7' ||
+ '' eq 'scientific7') {
if (open(PIPE,"cat /etc/locale.conf |grep '^LANG' |")) {
print "Checking OS language";
if (<PIPE> =~ /^LANG="en/) {