From 39d7a46b5660c38d6207bf202847fceb24bde1a3 Mon Sep 17 00:00:00 2001 From: WhatDidYouExpect <89535984+WhatDidYouExpect@users.noreply.github.com> Date: Sun, 6 Jul 2025 21:42:44 +0200 Subject: [PATCH] warning for some people who might submit a pull request in the wrong repo --- example.py | 2 +- main.py | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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