Skip to content
This repository was archived by the owner on Feb 22, 2022. It is now read-only.

Commit 695a5ef

Browse files
authored
Merge pull request #26 from NathanBnm/update-fr
Update translations + French translations
2 parents 6d86c75 + e1c23db commit 695a5ef

File tree

9 files changed

+440
-194
lines changed

9 files changed

+440
-194
lines changed

meson.build

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,8 @@ conf_data.set_quoted('PREFIX', get_option('prefix'))
6262

6363
message ('Configuring desktop entry: ' + meson.project_name() + '.desktop')
6464

65-
desktop_in_file = configure_file(
66-
input: join_paths('data', meson.project_name() + '.desktop.in.in'),
67-
output: '@BASENAME@',
68-
configuration: config_data
69-
)
70-
7165
desktop_file = i18n.merge_file(
72-
input: desktop_in_file,
66+
input: join_paths('data', meson.project_name() + '.desktop.in'),
7367
output: meson.project_name() + '.desktop',
7468
po_dir: join_paths(meson.source_root(), 'po'),
7569
type: 'desktop',
@@ -78,8 +72,8 @@ desktop_file = i18n.merge_file(
7872
)
7973

8074
appstream_file = i18n.merge_file(
81-
input: join_paths (meson.source_root(), 'data', meson.project_name() + '.appdata.xml.in'),
82-
output: '@BASENAME@',
75+
input: join_paths ('data', meson.project_name() + '.appdata.xml.in'),
76+
output: meson.project_name() + '.appdata.xml',
8377
po_dir: join_paths(meson.source_root(), 'po'),
8478
install: true,
8579
install_dir: join_paths(get_option('datadir'), 'metainfo')

po/LINGUAS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
it
1+
fr

po/POTFILES

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
src/Application.vala
12
src/Views/MainView.vala
23
src/Views/Partials/Forms/FormBase.vala
34
src/Views/Partials/Forms/FormNewApp.vala
@@ -10,4 +11,8 @@ src/Views/Partials/Settings/UserDataSettingsFirstRun.vala
1011
src/Views/Partials/Window/HeaderBar.vala
1112
src/Views/ProjectEditingView.vala
1213
src/Views/SettingsView.vala
13-
src/Views/WelcomeView.vala
14+
src/Views/WelcomeView.vala
15+
src/Widgets/ActionBar.vala
16+
src/Widgets/EntryWithLabel.vala
17+
data/com.github.alcadica.develop.appdata.xml.in
18+
data/com.github.alcadica.develop.desktop.in

po/com.github.alcadica.develop.pot

Lines changed: 121 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: com.github.alcadica.develop\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-06-02 11:16+0200\n"
11+
"POT-Creation-Date: 2019-03-19 19:17+0100\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -17,6 +17,15 @@ msgstr ""
1717
"Content-Type: text/plain; charset=CHARSET\n"
1818
"Content-Transfer-Encoding: 8bit\n"
1919

20+
#: src/Application.vala:28 data/com.github.alcadica.develop.appdata.xml.in:8
21+
#: data/com.github.alcadica.develop.desktop.in:4
22+
msgid "Develop"
23+
msgstr ""
24+
25+
#: src/Application.vala:82
26+
msgid "Preferences"
27+
msgstr ""
28+
2029
#: src/Views/Partials/Forms/FormNewApp.vala:34
2130
#: src/Views/Partials/Forms/FormNewSwitchboardWidget.vala:48
2231
#: src/Views/Partials/Forms/FormNewWingpanelWidget.vala:35
@@ -177,3 +186,114 @@ msgstr ""
177186
#: src/Views/WelcomeView.vala:41
178187
msgid "Create a new elementary OS wingpanel indicator."
179188
msgstr ""
189+
190+
#: src/Widgets/ActionBar.vala:32
191+
msgid "Create"
192+
msgstr ""
193+
194+
#: src/Widgets/ActionBar.vala:33
195+
msgid "Undo"
196+
msgstr ""
197+
198+
#: src/Widgets/EntryWithLabel.vala:61
199+
msgid "Optional"
200+
msgstr ""
201+
202+
#: data/com.github.alcadica.develop.appdata.xml.in:9
203+
msgid "Creates elementary OS apps and widgets"
204+
msgstr ""
205+
206+
#: data/com.github.alcadica.develop.appdata.xml.in:11
207+
msgid ""
208+
"A simple tool to help elementary OS developers to develop their own apps and "
209+
"widgets."
210+
msgstr ""
211+
212+
#: data/com.github.alcadica.develop.appdata.xml.in:14
213+
msgid ""
214+
"With this app you can scaffold an elementary OS App, a Switchboard Widget or "
215+
"a Wingpanel Indicator"
216+
msgstr ""
217+
218+
#: data/com.github.alcadica.develop.appdata.xml.in:22
219+
msgid "Publish the app on Juno"
220+
msgstr ""
221+
222+
#: data/com.github.alcadica.develop.appdata.xml.in:29
223+
msgid ""
224+
"Fills generated README.md files with installing and compiling instructions"
225+
msgstr ""
226+
227+
#: data/com.github.alcadica.develop.appdata.xml.in:36
228+
msgid ""
229+
"Adds a small disclaimer about user data consumption (they are not saved on a "
230+
"server)"
231+
msgstr ""
232+
233+
#: data/com.github.alcadica.develop.appdata.xml.in:43
234+
msgid "Fixes a small bug"
235+
msgstr ""
236+
237+
#: data/com.github.alcadica.develop.appdata.xml.in:49
238+
msgid "New features:"
239+
msgstr ""
240+
241+
#: data/com.github.alcadica.develop.appdata.xml.in:51
242+
msgid "Opens a folder on success"
243+
msgstr ""
244+
245+
#: data/com.github.alcadica.develop.appdata.xml.in:53
246+
msgid "Bug fixes:"
247+
msgstr ""
248+
249+
#: data/com.github.alcadica.develop.appdata.xml.in:55
250+
msgid "Don't create folders in home directory"
251+
msgstr ""
252+
253+
#: data/com.github.alcadica.develop.appdata.xml.in:56
254+
msgid "Use \"office-contact\" instead of \"vcard\" icon"
255+
msgstr ""
256+
257+
#: data/com.github.alcadica.develop.appdata.xml.in:57
258+
msgid "Welcome View is too big"
259+
msgstr ""
260+
261+
#: data/com.github.alcadica.develop.appdata.xml.in:64
262+
msgid "Improves first run screen"
263+
msgstr ""
264+
265+
#: data/com.github.alcadica.develop.appdata.xml.in:70
266+
msgid "Features"
267+
msgstr ""
268+
269+
#: data/com.github.alcadica.develop.appdata.xml.in:72
270+
msgid "Creates elementary OS app template"
271+
msgstr ""
272+
273+
#: data/com.github.alcadica.develop.appdata.xml.in:73
274+
msgid "Creates elementary OS switchboard plug template"
275+
msgstr ""
276+
277+
#: data/com.github.alcadica.develop.appdata.xml.in:74
278+
msgid "Creates elementary OS wingpanel indicator template"
279+
msgstr ""
280+
281+
#: data/com.github.alcadica.develop.appdata.xml.in:111
282+
msgid "Alcadica"
283+
msgstr ""
284+
285+
#: data/com.github.alcadica.develop.desktop.in:5
286+
msgid "Create elementary OS apps"
287+
msgstr ""
288+
289+
#: data/com.github.alcadica.develop.desktop.in:6
290+
msgid "Develop App"
291+
msgstr ""
292+
293+
#: data/com.github.alcadica.develop.desktop.in:8
294+
msgid "com.github.alcadica.develop"
295+
msgstr ""
296+
297+
#: data/com.github.alcadica.develop.desktop.in:11
298+
msgid "Develop;"
299+
msgstr ""

0 commit comments

Comments
 (0)