Remove Romanian language configuration file

This commit is contained in:
Anduin Xue
2025-06-27 07:54:28 +00:00
parent e5d3d49b49
commit 1a34081950
2 changed files with 0 additions and 21 deletions

View File

@ -1,16 +0,0 @@
[
{
"lang_mode": "ro_RO",
"lang_pack_code": "ro",
"input_method_install": "",
"config_ibus_rime": "false",
"timezone": "Europe/Bucharest",
"config_weather_location": "[(uint32 0, 'Suceava,România', uint32 0, '47.5326534,25.8345939')]",
"config_input_method": "[('xkb', 'ro'), ('xkb', 'us')]",
"build_ubuntu_mirror": "https://ro.archive.ubuntu.com/ubuntu/",
"live_ubuntu_mirror": "https://ro.archive.ubuntu.com/ubuntu/",
"live_firefox_mirror": "ppa.launchpadcontent.net",
"flathub_mirror": "",
"flathub_gpg": ""
}
]

View File

@ -22,7 +22,6 @@ help:
@echo "Usage:"
@echo " make (or make current) Build current language"
@echo " make all Build all languages"
@echo " make ro_RO Build for Romanian language"
@echo " make fast Build fast config languages"
@echo " make clean Remove build artifacts"
@echo " make bootstrap Validate environment and deps"
@ -55,10 +54,6 @@ current: bootstrap
@echo "[MAKE] Building current language..."
@cd $(SRC_DIR) && ./build.sh
ro_RO: bootstrap
@echo "[MAKE] Building for Romanian language (ro_RO.json)..."
@./build_all.sh -c $(CONFIG_DIR)/ro_RO.json
all: bootstrap
@echo "[MAKE] Building ALL languages (all.json)..."
@./build_all.sh -c $(CONFIG_DIR)/all.json