Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Sudoku
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
23
Issues
23
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
Sudoku
Commits
49bcb70d
Commit
49bcb70d
authored
Sep 30, 2013
by
Michael Catanzaro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mark appdata for translation
parent
168c0ab3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
10 deletions
+14
-10
data/Makefile.am
data/Makefile.am
+5
-2
data/gnome-sudoku.appdata.xml.in
data/gnome-sudoku.appdata.xml.in
+8
-8
po/POTFILES.in
po/POTFILES.in
+1
-0
No files found.
data/Makefile.am
View file @
49bcb70d
...
...
@@ -9,7 +9,9 @@ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
appdatadir
=
$(datadir)
/appdata
appdata_DATA
=
gnome-sudoku.appdata.xml
appdata_in_files
=
gnome-sudoku.appdata.xml.in
appdata_DATA
=
$(appdata_in_files:.xml.in=.xml)
@INTLTOOL_XML_RULE@
pixmapdir
=
$(datadir)
/gnome-sudoku/images/
pixmap_DATA
=
footprints.png
...
...
@@ -32,13 +34,14 @@ man_MANS = gnome-sudoku.6
EXTRA_DIST
=
\
$(pixmap_DATA)
\
$(desktop_in_files)
\
$(appdata_
DATA
)
\
$(appdata_
in_files
)
\
$(puzzle_DATA)
\
$(ui_DATA)
\
$(gsettings_SCHEMAS)
\
$(man_MANS)
CLEANFILES
=
\
$(appdata_DATA)
\
$(desktop_DATA)
check-local
:
$(appdata_DATA) $(desktop_DATA)
...
...
data/gnome-sudoku.appdata.xml
→
data/gnome-sudoku.appdata.xml
.in
View file @
49bcb70d
...
...
@@ -2,28 +2,28 @@
<application>
<id
type=
"desktop"
>
gnome-sudoku.desktop
</id>
<licence>
CC0
</licence>
<
name>
GNOME Sudoku
</
name>
<
_name>
GNOME Sudoku
</_
name>
<description>
<p>
<
_
p>
GNOME Sudoku has a simple unobstrusive interface
while still providing features that make playing difficult Sudoku more fun.
All games are automatically saved when you quit so you don't have to worry about saving games.
You can always come back to any game you've played.
</p>
<p>
</
_
p>
<
_
p>
If you like to play on paper, you can print games out.
You can choose how many games you want to print per page and what difficulty of
games you want to print: as a result, GNOME Sudoku can act a renewable Sudoku Book for you.
</p>
<p>
</
_
p>
<
_
p>
Each game is assigned a "difficulty" score - its algorithm generally does a good
job matching the difficulty rankings typically given by newspapers and websites.
You can also see detailed difficulty information about how the computer solved
the puzzle.
</p>
</
_
p>
</description>
<screenshots>
<
screenshot
type=
"default"
width=
"800"
height=
"447"
>
https://people.gnome.org/~mcatanzaro/gnome-sudoku.png
</
screenshot>
<
_screenshot
type=
"default"
width=
"800"
height=
"447"
>
https://people.gnome.org/~mcatanzaro/gnome-sudoku.png
</_
screenshot>
</screenshots>
<url
type=
"homepage"
>
https://wiki.gnome.org/GnomeSudoku
</url>
<updatecontact>
games-list_at_gnome.org
</updatecontact>
...
...
po/POTFILES.in
View file @
49bcb70d
# List of source files containing translatable strings.
# Please keep this file in alphabetical order.
[encoding: UTF-8]
data/gnome-sudoku.appdata.xml.in
data/gnome-sudoku.desktop.in
data/org.gnome.gnome-sudoku.gschema.xml
[type: gettext/glade]data/print_games.ui
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment