Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sillsdev/l10nsharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sillsdev/l10nsharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: LocalizationPackageExtension
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 28, 2013

  1. The idea here is to let libraries (e.g. palaso) define what the syste…

    …m needs to know about them (and do that using an extension). This would be an alternative to the current unsatisfactory approach where the client app (e.g. bloom) must declare that information about each of its libraries.
    
    I got as far as defining the attribute and showing that it works. But the next block of work would be to refactor the LocalizationManager.Create() system so that it could make use of this.
    hatton committed Mar 28, 2013
    Configuration menu
    Copy the full SHA
    763ca88 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2013

  1. Adding .gitattributes and .gitignore files

    This is in preparation for the migration to git.
    ermshiperete committed Dec 13, 2013
    Configuration menu
    Copy the full SHA
    b56e4aa View commit details
    Browse the repository at this point in the history
Loading