summaryrefslogtreecommitdiff
path: root/po
Commit message (Collapse)AuthorAge
...
* New translations from TransifexJenkins2015-09-03
|
* Added eoslicense.c to POTFILES.inFernando Farfan2015-09-03
| | | | | | | We have a new translateable string on eoslicense.c, so it has to be marked for localization. [endlessm/eos-sdk#3577]
* New translations from TransifexJenkins2015-09-03
|
* Pull from TransifexPhilip Chimento2015-07-31
| | | | | | Some recently completed translations had not yet been pulled in by the Jenkins job. [endlessm/eos-sdk#3444]
* Add po files for all languagesPhilip Chimento2015-06-15
| | | | [endlessm/eos-sdk#3219]
* Initial implementation of image creditsPhilip Chimento2015-03-25
| | | | | | | | | | | | | | | | | | | | | This is a rough implementation of an "About"-like dialog for image attribution in SDK applications. You can press the 'secret' hotkey Shift+Ctrl+A to get a dialog with thumbnails and attribution information for the images in the app's GResource. Clicking on the thumbnail opens the image's original URI in the browser, if known. Clicking on the text opens the image's license text in the browser, if known. For this, you need to add a JSON file to the app's GResource and pass its GResource path to the EosApplication:image-attribution-file property. The format of this JSON file is described in the documentation for EosApplication. The dialog uses GtkTreeView because we didn't have GtkListBox when I started implementing it over a year ago. This places some limitations on the UI; the links behave weirdly and the mouse pointer doesn't change to a hand when hovering over the links. [endlessm/eos-sdk#2934]
* Remove .po files since they are emptyPhilip Chimento2014-05-28
| | | | Trying to fix build failure due to [endlessm/eos-sdk#693]
* Remove Endless Wikipedia library from SDKRory MacQueen2014-05-27
| | | | [endlessm/eos-sdk#693]
* New translations from TransifexMatt Watson2014-05-26
|
* New translations from TransifexMatt Watson2014-05-19
|
* New translations from TransifexMatt Watson2014-05-12
|
* New translations from TransifexMatt Watson2014-05-05
|
* New translations from TransifexMatt Watson2014-04-28
|
* New translations from TransifexMatt Watson2014-04-21
|
* New translations from TransifexMatt Watson2014-04-14
|
* New translations from TransifexMatt Watson2014-04-07
|
* New translations from TransifexMatt Watson2014-03-31
|
* New translations from TransifexMatt Watson2014-03-24
|
* New translations from TransifexMatt Watson2014-03-24
|
* Merge pull request #807 from endlessm/sdk/695mattdangerw2014-03-24
|\ | | | | Added category_back_button to POTFILES
| * Added category_back_button to POTFILESWill Greenberg2014-03-24
| | | | | | | | | | | | | | | | The string we want to translate got moved to another file some time ago, and we were relying on a version controlled .pot file until the automated Jenkins/TX job "corrected" things [endlessm/eos-sdk#695]
* | New translations from TransifexMatt Watson2014-03-17
|/
* New translations from TransifexMatt Watson2014-03-10
|
* Merge to and from TransifexPhilip Chimento2013-12-20
|
* Merge to and from TransifexPhilip Chimento2013-11-15
|
* Merge to and from TransifexPhilip Chimento2013-11-01
|
* Styled top bar back buttonRory MacQueen2013-10-01
| | | | | | | | | | Previously, the back button on the top window bar was not styled correctly according to designs. This commit changes the BackButton widget to now suclass Endless Asset Button and have the right styling. [endlessm/eos-sdk#301]
* Merging translations from TransifexPhilip Chimento2013-09-26
| | | | For 2013-09-27 release
* Added back button to categories pageRory MacQueen2013-09-26
| | | | | | | | | Designers wanted a back button the categories page to make it easier for users to navigate back to the home page. This button is an asset button from our SDK. [endlessm/eos-sdk#270]
* Add i18n capability to Wikipedia app generatorPhilip Chimento2013-08-07
| | | | | | | | Translated "HOME" button to Portuguese [endlessm/eos-wikipedia-brazil#22] [endlessm/eos-sdk#brazil22]
* Fix make distcheckP. F. Chimento2013-05-02
| | | | | | Header file missing from a _SOURCES declaration, and wrong file name in POTFILES.in. [endlessm/eos-sdk#55]
* Internationalize the shared libraryP. F. Chimento2013-04-17
Add infrastructure for translating the single string in the shared library. [#1]