diff options
| -rw-r--r-- | src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json b/src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json index 161fbee30..9c7a98216 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json @@ -130,6 +130,9 @@ "config.roughlyenoughitems.darkTheme.boolean.true": "Ciemny", "config.roughlyenoughitems.darkTheme.boolean.false": "Jasny", "config.roughlyenoughitems.recipeBorder": "Wyświetlaj ramkę przepisu:", + "config.roughlyenoughitems.recipeBorder.lighter": "Lighter", + "config.roughlyenoughitems.recipeBorder.default": "Default", + "config.roughlyenoughitems.recipeBorder.none": "None", "config.roughlyenoughitems.maxRecipePerPage": "Maksymalna ilość receptur na stronę:", "config.roughlyenoughitems.mirrorItemPanel": "Pozycja listy przedmiotów:", "config.roughlyenoughitems.mirrorItemPanel.boolean.true": "Po lewej", |
