warning for some people who might submit a pull request in the wrong repo

This commit is contained in:
WhatDidYouExpect 2025-07-06 21:42:44 +02:00
parent 74d39e3979
commit 39d7a46b56
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,3 @@
from volta.main import _ from main import _
print(_("hello_key")) print(_("hello_key"))

View file

@ -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 os
import json import json
import pathlib import pathlib