Merge branch 'main' of github.com:embeddedt/ModernFix

This commit is contained in:
embeddedt 2023-02-19 16:53:54 -05:00
commit a99889e160
No known key found for this signature in database
GPG Key ID: A69433EC199B5613
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"modernfix.jei_load": "Loading JEI...",
"modernfix.jei_load": "Loading JEI, this may take a while",
"asynclocator.map.locating": "Map (Locating...)",
"asynclocator.map.none": "Map (No nearby feature found)"
}
}

View File

@ -0,0 +1,5 @@
{
"modernfix.jei_load": "正在加载JEI这需要一点时间",
"asynclocator.map.locating": "地图(正在定位...",
"asynclocator.map.none": "地图(未能找到相关地物)"
}