Mario
eb133ef9a7
Merge branch 'patch-16' into 'dev'
...
JS plurals displaying code cleanup
See merge request hubzilla/core!1338
(cherry picked from commit 721461dd3e
)
b7280a44
JS plurals displaying code cleanup
ab0e2f52
Update language.php
f9c3b807
Update main.js
ce52c27a
Update main.js
2018-10-15 09:59:25 +02:00
Mario
eaee27c9e4
Merge branch 'patch-14' into 'dev'
...
Add date/time plurals translation in JavaScript
See merge request hubzilla/core!1336
(cherry picked from commit a2575059e2
)
5c0d3187
Add date/time plurals translation in JavaScript
729d0d53
Update language.php
f68674b3
Update js_strings.tpl
3ac4337a
Update main.js
e96e3dc6
Update po2php.php
54bdf59d
Update js_strings.php
2018-10-13 20:17:14 +02:00
Mario Vavti
c36773674e
Revert "Merge branch 'patch-11' into 'dev'"
...
This reverts commit e518445853
, reversing
changes made to 8ce240b95c
.
2018-10-13 17:18:42 +02:00
Max Kostikov
6ae9ef571e
Update language.php
2018-10-13 02:14:19 +02:00
Max Kostikov
8e5189464e
Update language.php
2018-10-13 01:36:24 +02:00
Max Kostikov
0de713ff36
Update language.php
2018-10-13 01:08:06 +02:00
Max Kostikov
137bee9d27
Update language.php
2018-10-13 00:40:06 +02:00
Max Kostikov
3641ab8c7d
Update language.php
2018-10-13 00:28:12 +02:00
Max Kostikov
16b6b76507
Update language.php
2018-10-13 00:25:57 +02:00
Max Kostikov
5cd9540d5f
Update language.php
2018-10-13 00:24:04 +02:00
Max Kostikov
ae7873260e
Update language.php
2018-10-13 00:20:23 +02:00
Max Kostikov
3e19c4ddae
Update language.php
2018-10-13 00:12:17 +02:00
Max Kostikov
8cb05a91ab
Update language.php
2018-10-12 23:45:52 +02:00
zotlabs
7a144b90fb
re-implement/refactor getQuotaInfo() on DAV storage
2018-06-14 20:40:25 -07:00
zotlabs
f7309b926b
improve browser language detection by offering fallback of (for instance) fr-fr to fr if no other language matches could be found
2018-01-24 21:56:25 -08:00
Klaus Weidenbach
66832c41e9
⬆️ Update intl library.
...
Update intl library from v0.4? (2014) to v0.7.4 (2016).
Use global composer autoloader now.
2017-10-29 22:00:12 +01:00
Klaus Weidenbach
8e4c5db766
⬆️ Update Text_LanguageDetect.
...
Update from v0.3.0 (2012) to v1.0.0 (2017) which should remove some
warnings and improve PHP7 support.
Using composer to handle this PEAR library now.
Fix a problem in FeedutilsTest.
2017-10-29 22:00:06 +01:00
Klaus Weidenbach
fe5f1e4d67
✅ Some unit test for include/language.php
...
Unfortunately not so much unit testable, but added in preparation to
update LanguageDetect and Intl library.
2017-10-26 01:21:43 +02:00
redmatrix
cef1aa6d1b
add some more stuff to admin/account_edit (service class, language, and techlevel if appropriate). Fix en-au and en-gb so they are listed as languages, and move language selector stuff to include/language.php instead of include/text.php; new file Zotlabs/Lib/Techlevels.php so we only need to write the selection array once.
2016-10-03 17:16:24 -07:00
redmatrix
6602ff83dd
start removing reserved words from database column names (this run: addon and hook)
2016-05-30 19:44:30 -07:00
redmatrix
80f2ba640e
code cleanup
2016-05-24 20:49:23 -07:00
redmatrix
d8ace38041
rework the conversation object stuff at a high level - still needs a bit of refactoring
2016-05-20 22:52:47 -07:00
redmatrix
54aa998b52
undeclared static property App::$stringsave (push_lang() and pop_lang())
2016-04-05 22:13:56 -07:00
redmatrix
9abd95fad3
static App
2016-03-31 16:06:03 -07:00
redmatrix
342fda94e4
Provide Zotlabs\Project and System class for querying details about the project/version info. Move these out of /boot.php
2016-02-18 15:24:58 -08:00
redmatrix
bb381daae3
update fr strings from transifex
2016-02-15 20:32:42 -08:00
redmatrix
10ed334e8c
various issues from the forums
2016-01-17 16:29:32 -08:00
redmatrix
cd2b811555
move string files to hmessages.po and hstrings.php for hubzilla to avoid endless merge conflicts.
2015-09-26 23:44:30 -07:00
redmatrix
d6f98e6511
product was a bad string to use because we may require it for e-commerce, and RED_PLATFORM is equally problematic for other reasons.
2015-05-13 16:01:00 -07:00
redmatrix
1970670596
replace project name with $product or $Product in strings to avoid merge issues across different project names. Currently a place-holder. The strings themselves have not yet been modified.
2015-05-12 17:06:47 -07:00
Klaus Weidenbach
d0361582b0
Correcting reported Doxygen syntax warnings.
...
Fixed wrong Doxygen syntax and add some of the available FIXME to
Doxygen documentation.
Updated Doxygen configuration to add also all capital letter tags.
Adding some more Doxygen documentation.
2015-03-29 22:23:00 +02:00
Klaus Weidenbach
0d601563d0
Some cleanups and documentation.
...
Fixed some wrong variable names.
Initialized some variables before using them.
Removed some checks for STATUSNET_PRIVACY_COMPATIBILITY in
include/security.php as it does not seem to be defined anywhere.
2015-03-04 00:15:24 +01:00
Stefan Parviainen
7bf7f8180d
Revert "Revert "Language names via intl library.""
...
This reverts commit 4f35efa0ba
.
2014-12-31 10:42:08 +01:00
RedMatrix
4f35efa0ba
Revert "Language names via intl library."
2014-12-31 10:43:19 +11:00
Stefan Parviainen
b54bbf0fb8
Update function doc, return language code if language is not recognized
2014-12-30 20:34:26 +01:00
Stefan Parviainen
9cab8ae58a
Language names via intl library. Fixes #773
2014-12-30 20:29:31 +01:00
Thomas Willingham
94fcf5885e
So much so, in fact, that I didn't even notice the typo.
2014-09-26 17:16:55 +01:00
Thomas Willingham
c9e8a3e8fe
Minor doco. Add some clarity - that had me scratching my head.
2014-09-26 17:05:22 +01:00
Alexandre Hannud Abdo
bc389ff934
Language selection: case-insensitive and system language
...
Fixed ignoring HTTP_ACCEPT_LANGUAGE tags that had uppercase
characters.
Fixed defining a->language too soon to ever get the system lang
2014-05-23 10:16:03 -03:00
friendica
d17768d4e7
change app dropdown to point to apps module (changes nav template). Important: Plugins using the app-menu hook will no longer be accessible from there and may require re-writing to plug into the system apps page. Also filter apps in items from the language detector to avoid false triggers from the base64 content.
2014-05-21 17:23:34 -07:00
Alexandre Hannud Abdo
d15e3776f3
Allow translation context with plural. Use that in Likes/Dislikes.
2014-05-21 05:39:35 -03:00
Alexandre Hannud Abdo
72a633dc51
Make translation contexts effective.
2014-05-21 04:48:22 -03:00
friendica
71f5908e21
add optional context to translations
2014-05-20 20:22:38 -07:00
Klaus
bee287f859
Commenting language.php and some changes
...
Some commenting for Doxygen, simplified detect_language() a bit, added a new function get_language_name() that I will use soon or can be used in general to display localized language names from language codes.
2014-02-18 00:14:07 +01:00
friendica
b86277b0ff
dangerous typo that removes all your hublocs, fix reshare formatting
2013-03-11 16:13:09 -07:00
friendica
952b2ef2ab
.
2013-03-10 18:45:58 -07:00
friendica
ea3940c4b0
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
friendica
3bf5677797
settings page channel permissions front-end (needs back-end still)
2012-11-01 19:47:10 -07:00
friendica
184cf51d2f
reduce duplication - only provide one system language setting
2012-08-12 20:56:23 -07:00
friendica
4e4395b00f
more registration functions plus ability to over-ride individual strings plus upstream merges plus rev update
2012-07-22 17:25:26 -07:00