Updated indonesian qt language files and ui files

Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
This commit is contained in:
TheJackiMonster 2021-11-27 01:39:53 +01:00
parent 88da2eaf64
commit c52dab475c
No known key found for this signature in database
GPG key ID: D850A5F772E880F9
3 changed files with 707 additions and 705 deletions

Binary file not shown.

File diff suppressed because it is too large Load diff

View file

@ -2,19 +2,22 @@
# Form implementation generated from reading ui file 'manuskript/ui/editors/completer_ui.ui'
#
# Created by: PyQt5 UI code generator 5.4.1
# Created by: PyQt5 UI code generator 5.15.6
#
# WARNING! All changes made in this file will be lost!
# WARNING: Any manual changes made to this file will be lost when pyuic5 is
# run again. Do not edit this file unless you know what you are doing.
from PyQt5 import QtCore, QtGui, QtWidgets
from PyQt5 import QtCore, QtWidgets
class Ui_completer(object):
def setupUi(self, completer):
completer.setObjectName("completer")
completer.resize(163, 143)
self.verticalLayout = QtWidgets.QVBoxLayout(completer)
self.verticalLayout.setSpacing(0)
self.verticalLayout.setContentsMargins(0, 0, 0, 0)
self.verticalLayout.setSpacing(0)
self.verticalLayout.setObjectName("verticalLayout")
self.text = QtWidgets.QLineEdit(completer)
self.text.setObjectName("text")
@ -29,4 +32,3 @@ class Ui_completer(object):
def retranslateUi(self, completer):
_translate = QtCore.QCoreApplication.translate
completer.setWindowTitle(_translate("completer", "Form"))