mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
docs: Fix Git capitalization.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
f244c2eca4
commit
503127c2e9
@@ -166,7 +166,7 @@ def need_to_run_build_timezone_data() -> bool:
|
||||
|
||||
def need_to_run_compilemessages() -> bool:
|
||||
if not os.path.exists("locale/language_name_map.json"):
|
||||
# User may have cleaned their git checkout.
|
||||
# User may have cleaned their Git checkout.
|
||||
print("Need to run compilemessages due to missing language_name_map.json")
|
||||
return True
|
||||
|
||||
|
Reference in New Issue
Block a user