Skip to content

Commit

Permalink
Change add-lang message, remove suglang reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ignotus666 committed Jun 26, 2024
1 parent 0c930bb commit 13f9024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-lang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo Error: The language [${{ env.lang_code }}] seems to already exist.
exit 1
else
echo Language: [${{ env.lang_code }}] not detected. Proceeding to add [${{ env.lang_code }}].
echo Language: [${{ env.lang_code }}] seems to be new as no Language: [${{ env.lang_code }}] was found. Proceeding to add [${{ env.lang_code }}].
fi
# Check po4a cache. If CACHE_HIT: true, retrieve the cache.
Expand Down
2 changes: 1 addition & 1 deletion assets/css/noscript.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#suglang, #mnv {
#mnv {
display: block !important;
}

0 comments on commit 13f9024

Please sign in to comment.