- 26 Feb, 2016 1 commit
-
-
- 16 Feb, 2016 3 commits
-
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
Chinese has progress again, which makes me personally happy. :) Taken from: https://translate.opnsense.org/
-
- 12 Jan, 2016 1 commit
-
-
Franco Fichtner authored
-
- 08 Dec, 2015 1 commit
-
-
Franco Fichtner authored
-
- 09 Nov, 2015 1 commit
-
-
Franco Fichtner authored
-
- 27 Sep, 2015 1 commit
-
-
Franco Fichtner authored
-
- 20 Sep, 2015 1 commit
-
-
Franco Fichtner authored
-
- 25 Aug, 2015 1 commit
-
-
Franco Fichtner authored
-
- 04 Aug, 2015 2 commits
-
-
Franco Fichtner authored
-
Franco Fichtner authored
-
- 20 Jul, 2015 1 commit
-
-
Franco Fichtner authored
Submitted by: Liu
-
- 23 Jun, 2015 2 commits
-
-
Franco Fichtner authored
since translators like to use it we have no choice but to adhere to poedits write style. Makes diffing against the original .pot file almost impossible and will prevent more automated workflows in the future, but WTH. :)
-
Franco Fichtner authored
Submitted by: Liu <liuyonghui@grapecity.com> Edited by: franco@
-
- 31 May, 2015 1 commit
-
-
Franco Fichtner authored
-
- 29 May, 2015 1 commit
-
-
Franco Fichtner authored
Great progress here, xie-xie! :) Did a bit of editing and cherry-picking of the submission, stripping only typos and unnecessary line noise. Submitted by: Liu, 周
-
- 11 May, 2015 10 commits
-
-
Franco Fichtner authored
also: gettext() works on the packages now... :)
-
Franco Fichtner authored
Submitted by: Liu <liuyonghui_AT_grapecity.com>
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
Oops, where did all of this come from? ;)
-
Franco Fichtner authored
-
Isaac (.ike) Levy authored
# for i in `git grep --name-only gettext | grep -v pot$` ; do # xgettext -j -F -L PHP --from-code=UTF-8 \ # -o ./src/share/locale/en/LC_MESSAGES/OPNsense.pot "${i}" # done For accuracy and simplicicity, the canonical english .pot file should be tracking source changes in this fashion. Also, generating the base .pot file in this manner has an advantage for developers- if you make proper gettext calls in the code, you simply re-generate the .pot file, (instead of finding and inserting your changes by hand)... One problem with the line above: the '-L PHP' flag makes a *ton* of C related warnings go away, but not all files in core are actually PHP... Once this raises itself as a problem, a script generating this .pot file can get more sophicstocated to accomodate. For now however, most things look like PHP syntax. Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
-
Isaac (.ike) Levy authored
If this file is generated regularly, it becomes easier for translators to keep up with changes to the source code. (Or, at least changes with accompanying gettext calls). This was generated with: # for i in `git grep --name-only 'gettext' | grep -v 'pot$'` ; do # xgettext -j -o ./src/share/locale/en/LC_MESSAGES/OPNsense.pot "${i}" # done Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
-
Isaac (.ike) Levy authored
xgettext(1) is obviously much simpler than creating the canonical .pot file by hand. (If only I'd have known better before I started this :) This .pot file was generated from the source code via: # for i in `git grep --name-only 'gettext' | grep -v 'pot$'` ; do # xgettext -j -o ./src/share/locale/en/LC_MESSAGES/OPNsense.pot "${i}" # done For this commit, the old header was retained- it will be deleted in the next commit, for ease of scriptable maintinence of the canonical english .pot file. Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
-
Isaac (.ike) Levy authored
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
-
- 27 Apr, 2015 1 commit
-
-
Ad Schellevis authored
to be replaced in a (near) future release. (also related to kernel cleanup)
-
- 23 Apr, 2015 9 commits
-
-
Isaac (.ike) Levy authored
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
-
Isaac (.ike) Levy authored
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
-
Isaac (.ike) Levy authored
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
-
Isaac (.ike) Levy authored
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
-
Isaac (.ike) Levy authored
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
-
Isaac (.ike) Levy authored
Still tracking down lines which have changed, very close to being caught up. Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
-
Isaac (.ike) Levy authored
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
-
Isaac (.ike) Levy authored
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
-
Isaac (.ike) Levy authored
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
-
- 18 Apr, 2015 2 commits
-
-
Isaac (.ike) Levy authored
Warning: This file does not represent the last month of changes in the OPNsense codebase, next step is to follow up with an update to changed lines. It is merely a first pass from-scratch dump from the source code. Another Warning: many lines still contain errors, based on relatively inconsistent use of gettext calls in the source code. There are many noted 'TODO' comments in the file, many of which in code which may just get ripped out soon- so keep track of current OPNsense core development efforts before you go too wild fixing something- it may be rewritten and your work would be wasted! Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
-
Isaac (.ike) Levy authored
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
-
- 16 Apr, 2015 1 commit
-
-
Isaac (.ike) Levy authored
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
-