diff --git a/release_scripts/localization_scripts/langpropsutil.py b/release_scripts/localization_scripts/langpropsutil.py new file mode 100644 index 0000000000..3124137b9c --- /dev/null +++ b/release_scripts/localization_scripts/langpropsutil.py @@ -0,0 +1,7 @@ +LANG_FILENAME = 'lastupdated.properties' + +def get_commit_for_language(language: str) -> str: + pass + +def set_commit_for_language(language: str, latest_commit: str): + pass \ No newline at end of file