Merge branch 'main' of github.com:cutefishos/statusbar

pull/18/head
reionwong 4 years ago
commit 14b26b997f

@ -121,5 +121,5 @@ qt5_create_translation(QM_FILES ${TS_FILES})
add_custom_target(translations DEPENDS ${QM_FILES} SOURCES ${TS_FILES})
add_dependencies(cutefish-statusbar translations)
install(TARGETS cutefish-statusbar RUNTIME DESTINATION /usr/bin)
install(TARGETS cutefish-statusbar RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
install(FILES ${QM_FILES} DESTINATION /usr/share/cutefish-statusbar/translations)

@ -11,7 +11,7 @@ sudo apt install libkf5windowsystem-dev -y
## Build
```bash
cmake ..
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
make
sudo make install
```

@ -0,0 +1,43 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="ml">
<context>
<name>ControlCenter</name>
<message>
<location filename="../qml/ControlCenter.qml" line="188"/>
<source>Wi-Fi</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/ControlCenter.qml" line="191"/>
<location filename="../qml/ControlCenter.qml" line="214"/>
<source>On</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/ControlCenter.qml" line="191"/>
<location filename="../qml/ControlCenter.qml" line="203"/>
<location filename="../qml/ControlCenter.qml" line="214"/>
<source>Off</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/ControlCenter.qml" line="202"/>
<source>Bluetooth</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/ControlCenter.qml" line="213"/>
<source>Dark Mode</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>main</name>
<message>
<location filename="../qml/main.qml" line="71"/>
<source>Close</source>
<translation type="unfinished"></translation>
</message>
</context>
</TS>
Loading…
Cancel
Save