-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are no default labels for Russian. You must provide your own labels for this language. #6068
Comments
Is there a question or request or issue here? |
It’s issue, sorry my bad. When I build application with ru license I’ve getting error with ‘no available labels for this language’ |
Descriptions and details help a lot. |
I think here is related issue #5887 |
As i understood from the related post, there is some inaccuracy in the documentation |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
I got the same issue. It was worked on v22.9.1 and it's broken on v22.13.1, which is the latest version on 2021/10/19. After some bisection search, I found v22.9.1 is the last one worked version for me. |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This issue still exists on v23.0.2. According to #6726 To build on macOS >= 12.3 We must upgrade to this version. I'll try to see if there's any available workaround. |
After struggling with it for a while I found a workaround:
{
"langName": "Russian",
"agree": "Agree",
"disagree": "Disagree",
"print": "Print",
"save": "Save",
"message": "Russian"
}
|
"@imjs/electron-differential-updater": "^5.1.6" based on electron-updater
• found existing path=/Users/k0xxx/Library/Caches/electron-builder/nsis/nsis-3.0.4.1
⨯ No known languages found for specification Russian. failedTask=build stackTrace=NoSuchLanguageError: No known languages found for specification Russian.
at Function.bySpec (/Users/k0xxx/Documents/work/colleagial/dentalbot_desktop/node_modules/dmg-license/lib/Language.js:35:19)
at Object.indexByLanguage (/Users/k0xxx/Documents/work/colleagial/dentalbot_desktop/node_modules/dmg-license/lib/Language.js:81:41)
at labelCache (/Users/k0xxx/Documents/work/colleagial/dentalbot_desktop/node_modules/dmg-license/lib/assembleLicenses.js:92:35)
at Object.assembleLicenses [as default] (/Users/k0xxx/Documents/work/colleagial/dentalbot_desktop/node_modules/dmg-license/lib/assembleLicenses.js:117:23)
at dmgLicensePlist (/Users/k0xxx/Documents/work/colleagial/dentalbot_desktop/node_modules/dmg-license/lib/index.js:27:78)
at dmgLicense (/Users/k0xxx/Documents/work/colleagial/dentalbot_desktop/node_modules/dmg-license/lib/index.js:21:62)
at Object.dmgLicenseFromJSON (/Users/k0xxx/Documents/work/colleagial/dentalbot_desktop/node_modules/dmg-license/lib/index.js:37:18)
at Object.addLicenseToDmg (/Users/k0xxx/Documents/work/colleagial/dentalbot_desktop/node_modules/dmg-builder/src/dmgLicense.ts:59:9)
at DmgTarget.build (/Users/k0xxx/Documents/work/colleagial/dentalbot_desktop/node_modules/dmg-builder/src/dmg.ts:73:25)
• found existing path=/Users/k0xxx/Library/Caches/electron-builder/nsis/nsis-resources-3.4.1
• building embedded block map file=dist/Dentalbot by Colleagial-1.0.5-mac.zip
• building block map blockMapFile=dist/Dentalbot by Colleagial Setup 1.0.5.exe.blockmap
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
If we are building without licenseButtons_ru.json, we are getting error with no available languages for current language
The text was updated successfully, but these errors were encountered: