Commit 9645bb76 by aagusti

penambahan locale

1 parent 72b5ced1
0.0.2 07-03-2023
Penambahan Folder data locale
0.0.1 20-09-2021 0.0.1 20-09-2021
Pertaman kali dibuat/dipisahkan Pertaman kali dibuat/dipisahkan
...@@ -57,7 +57,9 @@ setup( ...@@ -57,7 +57,9 @@ setup(
'dev': dev_requires, 'dev': dev_requires,
}, },
package_data={'opensipkd': [ package_data={'opensipkd': [
'locale/id/*.pot']}, 'tools/locale/id/*.pot',
'tools/locale/id/LC_MESSAGE/*',
]},
data_files=[], data_files=[],
include_package_data=True, include_package_data=True,
entry_points="""\ entry_points="""\
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!