diff --git a/example.py b/example.py index e168ec3..cf3aa8d 100644 --- a/example.py +++ b/example.py @@ -1,3 +1,3 @@ -from volta.main import _ +from main import _ print(_("hello_key")) \ No newline at end of file diff --git a/main.py b/main.py index 272e0a1..3c87219 100644 --- a/main.py +++ b/main.py @@ -1,3 +1,7 @@ +# If you're seeing this after cloning the Goober repo, note that this is a standalone module for translations. +# While it's used by Goober Core, it lives in its own repository and should not be modified here. +# For updates or contributions, visit: https://github.com/gooberinc/volta + import os import json import pathlib