Skip to content

Add Spanish localization files for CoFH Core 1.20.1#57

Open
ArrivedBog593 wants to merge 9 commits intoCoFH:1.20.1from
ArrivedBog593:1.20.1
Open

Add Spanish localization files for CoFH Core 1.20.1#57
ArrivedBog593 wants to merge 9 commits intoCoFH:1.20.1from
ArrivedBog593:1.20.1

Conversation

@ArrivedBog593
Copy link
Copy Markdown

No description provided.

Copilot AI review requested due to automatic review settings April 14, 2026 18:23
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds Spanish (Mexico and Spain) localization coverage for CoFH Core 1.20.1 by introducing new es_mx and es_es language JSON files alongside the existing locale set.

Changes:

  • Added es_mx.json Spanish (Mexico) translations for CoFH Core/common strings.
  • Added es_es.json Spanish (Spain) translations for the same key set.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 8 comments.

File Description
src/main/resources/assets/cofh_core/lang/es_mx.json New Spanish (Mexico) locale entries for CoFH Core/common UI strings and tooltips.
src/main/resources/assets/cofh_core/lang/es_es.json New Spanish (Spain) locale entries mirroring the key set for CoFH Core/common UI strings and tooltips.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/main/resources/assets/cofh_core/lang/es_es.json Outdated
Comment thread src/main/resources/assets/cofh_core/lang/es_mx.json Outdated
Comment thread src/main/resources/assets/cofh_core/lang/es_es.json Outdated
Comment on lines +67 to +68
"info.cofh.unit_rf": "FR",
"info.cofh.unit_rf_t": "FR/t",
Copy link

Copilot AI Apr 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are unit abbreviations for Redstone Flux and are kept as "RF" in other locale files (e.g., ja_jp/zh_cn/ru_ru). Using "FR" here is likely incorrect/inconsistent and will display the wrong unit.

Suggested change
"info.cofh.unit_rf": "FR",
"info.cofh.unit_rf_t": "FR/t",
"info.cofh.unit_rf": "RF",
"info.cofh.unit_rf_t": "RF/t",

Copilot uses AI. Check for mistakes.
Comment on lines +67 to +68
"info.cofh.unit_rf": "FR",
"info.cofh.unit_rf_t": "FR/t",
Copy link

Copilot AI Apr 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are unit abbreviations for Redstone Flux and are kept as "RF" in other locale files (e.g., ja_jp/zh_cn/ru_ru). Using "FR" here is likely incorrect/inconsistent and will display the wrong unit.

Suggested change
"info.cofh.unit_rf": "FR",
"info.cofh.unit_rf_t": "FR/t",
"info.cofh.unit_rf": "RF",
"info.cofh.unit_rf_t": "RF/t",

Copilot uses AI. Check for mistakes.
Comment thread src/main/resources/assets/cofh_core/lang/es_mx.json Outdated
Comment thread src/main/resources/assets/cofh_core/lang/es_es.json Outdated
Comment thread src/main/resources/assets/cofh_core/lang/es_mx.json Outdated
ArrivedBog593 and others added 6 commits April 14, 2026 14:21
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants