warning for some people who might submit a pull request in the wrong repo
This commit is contained in:
parent
74d39e3979
commit
39d7a46b56
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
from volta.main import _
|
from main import _
|
||||||
|
|
||||||
print(_("hello_key"))
|
print(_("hello_key"))
|
4
main.py
4
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 os
|
||||||
import json
|
import json
|
||||||
import pathlib
|
import pathlib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue