mirror of
https://github.com/Royce551/FRESHMusicPlayer.git
synced 2025-01-22 10:51:52 -05:00
Add parlance config file
This commit is contained in:
parent
91556f4f62
commit
f8ad9ff605
1 changed files with 17 additions and 0 deletions
17
.parlance.json
Normal file
17
.parlance.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"name": "FRESHMusicPlayer",
|
||||
"subprojects": [
|
||||
{
|
||||
"name": "FRESHMusicPlayer for Windows",
|
||||
"type": "resx",
|
||||
"path": "/FRESHMusicPlayer/FRESHMusicPlayer/FRESHMusicPlayer-WPF/Properties/Resources.{lang}.resx",
|
||||
"baseLang": "en"
|
||||
},
|
||||
{
|
||||
"name": "FRESHMusicPlayer for Mac and Linux",
|
||||
"type": "resx",
|
||||
"path": "/FRESHMusicPlayer/FRESHMusicPlayer/FRESHMusicPlayer-Avalonia/Properties/Resources.{lang}.resx",
|
||||
"baseLang": "en"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue