mirror of
https://github.com/Anduin2017/AnduinOS.git
synced 2025-09-19 05:11:17 +08:00
Remove Romanian language configuration file
This commit is contained in:
@ -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": ""
|
||||
}
|
||||
]
|
5
makefile
5
makefile
@ -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
|
||||
|
Reference in New Issue
Block a user