mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-29 20:20:37 +02:00
add support automatic locale generation to SDK
This commit is contained in:
@ -1,15 +1,25 @@
|
||||
{
|
||||
"pkgname": "libantosdk",
|
||||
"name":"AntOSDK",
|
||||
"description":"AntOS Software Development Kit",
|
||||
"info":{
|
||||
"name": "AntOSDK",
|
||||
"description": "AntOS Software Development Kit",
|
||||
"info": {
|
||||
"author": "Xuan Sang LE",
|
||||
"email": "mrsang@iohub.dev"
|
||||
},
|
||||
"version":"0.0.3-a",
|
||||
"category":"Other",
|
||||
"iconclass":"fa fa-cog",
|
||||
"mimes":["none"],
|
||||
"dependencies":[],
|
||||
"locale": {}
|
||||
"version": "0.0.4-a",
|
||||
"category": "Other",
|
||||
"iconclass": "fa fa-cog",
|
||||
"mimes": [
|
||||
"none"
|
||||
],
|
||||
"dependencies": [],
|
||||
"locale": {
|
||||
"en_GB": {
|
||||
"Installing...": "Installing...",
|
||||
"Running {0}...": "Running {0}...",
|
||||
"{0} is not an application": "{0} is not an application",
|
||||
"No target: {0}": "No target: {0}",
|
||||
"### RUNNING STAGE: {0}###": "### RUNNING STAGE: {0}###"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user